]> git.lyx.org Git - features.git/blobdiff - development/cmake/src/mathed/CMakeLists.txt
cmake cosmetics
[features.git] / development / cmake / src / mathed / CMakeLists.txt
index 3087f96572ddd75ad1890e6c4d70580c772b6866..654346a29081aaf528e4424c88e6484971060f0d 100644 (file)
@@ -19,11 +19,10 @@ include_directories(${TOP_SRC_DIR}/src/mathed)
 
 if(NOT MERGE_FILES)
        add_library(mathed ${library_type} ${mathed_sources} ${mathed_headers})
-else(NOT MERGE_FILES)
+else()
        lyx_const_touched_files(_allinone  mathed_sources)
        add_library(mathed ${library_type} ${_allinone_files})
-endif(NOT MERGE_FILES)
-
+endif()
 
 project_source_group("${GROUP_CODE}" mathed_sources mathed_headers)