]> git.lyx.org Git - features.git/blobdiff - development/cmake/boost/libs/signals/CMakeLists.txt
cmake cosmetics
[features.git] / development / cmake / boost / libs / signals / CMakeLists.txt
index c794d61ebdf81117814c6f2b6aeed8d948e209d3..af409ea55c973d754c09c6bfd133ac44515db0ff 100644 (file)
@@ -18,8 +18,8 @@ lyx_add_path(boost_signals_sources ${TOP_SRC_DIR}/boost/libs/signals/src)
 
 if(NOT MERGE_FILES)
        add_library(boost_signals STATIC ${boost_signals_sources})
-else(NOT MERGE_FILES)
+else()
        lyx_const_touched_files(_allinone  boost_signals_sources)
        add_library(boost_signals STATIC ${_allinone_files})
-endif(NOT MERGE_FILES)
+endif()