]> git.lyx.org Git - features.git/blobdiff - development/cmake/src/insets/CMakeLists.txt
cmake cosmetics
[features.git] / development / cmake / src / insets / CMakeLists.txt
index 5faf03a0881165705b1435432afabf14892e394c..c86faf58d0ed4036265c797c931a79cf21aa6931 100644 (file)
@@ -18,10 +18,10 @@ include_directories(${TOP_SRC_DIR}/src/insets)
 
 if(NOT MERGE_FILES)
        add_library(insets ${library_type} ${insets_sources} ${insets_headers})
-else(NOT MERGE_FILES)
+else()
        lyx_const_touched_files(_allinone  insets_sources)
        add_library(insets ${library_type} ${_allinone_files})
-endif(NOT MERGE_FILES)
+endif()
 
 
 project_source_group("${GROUP_CODE}" insets_sources insets_headers)