]> git.lyx.org Git - features.git/blobdiff - development/cmake/src/mathed/CMakeLists.txt
cmake: more option cleanup, use LYX_OPTION macro for consistent messages and variable...
[features.git] / development / cmake / src / mathed / CMakeLists.txt
index 16d8a64c3689ebce4ace9d22ed1cb5d82066df85..d035eb9cb85c164f2e0875c99e49b4115b1d5c4f 100644 (file)
@@ -17,7 +17,7 @@ lyx_add_msvc_pch(mathed)
 
 include_directories(${TOP_SRC_DIR}/src/mathed)
 
-if(NOT MERGE_FILES)
+if(NOT LYX_MERGE_FILES)
        add_library(mathed ${library_type} ${mathed_sources} ${mathed_headers})
 else()
        lyx_const_touched_files(_allinone  mathed_sources)