]> git.lyx.org Git - features.git/blobdiff - development/cmake/src/tex2lyx/CMakeLists.txt
cmake: more option cleanup, use LYX_OPTION macro for consistent messages and variable...
[features.git] / development / cmake / src / tex2lyx / CMakeLists.txt
index 95e39b45aaaa11cdc472840443b988013bb29d9f..0058487e0eab6f5cace90d4b8670deec8100ba07 100644 (file)
@@ -29,7 +29,7 @@ include_directories(BEFORE ${TOP_SRC_DIR}/src/tex2lyx
 
 add_definitions(-DTEX2LYX)
 
-if(NOT MERGE_FILES)
+if(NOT LYX_MERGE_FILES)
        add_executable(${_tex2lyx} ${tex2lyx_sources} ${LINKED_sources}
                ${tex2lyx_headers} ${LINKED_headers})
 else()