]> git.lyx.org Git - features.git/blobdiff - development/cmake/src/frontends/controllers/CMakeLists.txt
cmake cosmetics
[features.git] / development / cmake / src / frontends / controllers / CMakeLists.txt
index 3d0183a4ee399f4148c491dcf3fa31581d171c9d..5798106d3f6bd6b6be9e8216f12368ecbbbb4e92 100644 (file)
@@ -15,10 +15,10 @@ include_directories(${TOP_SRC_DIR}/src/frontends/controllers)
 
 if(NOT MERGE_FILES)
        add_library(controllers ${library_type} ${controllers_sources} ${controllers_headers})
-else(NOT MERGE_FILES)
+else()
        lyx_const_touched_files(_allinone  controllers_sources)
        add_library(controllers ${library_type} ${_allinone_files})
-endif(NOT MERGE_FILES)
+endif()
 
 target_link_libraries(controllers boost_regex boost_filesystem)