]> git.lyx.org Git - lyx.git/blobdiff - boost/libs/CMakeLists.txt
Fixes and additions to the textcyr macros in unicodesymbols
[lyx.git] / boost / libs / CMakeLists.txt
index 67a68498afbddd0d95b1a4d4b654e7437bbc9273..2417d764af36f80f90f9fb77981f7315cc04f3af 100644 (file)
@@ -7,8 +7,8 @@
 project(boost)
 
 
-if(LYX_USE_TR1_REGEX)
-       message(STATUS "Using TR1 regex")
+if(LYX_USE_STD_REGEX)
+       message(STATUS "Using std regex")
 else()
        add_subdirectory(regex) 
 endif()