]> git.lyx.org Git - features.git/blobdiff - development/cmake/boost/libs/iostreams/CMakeLists.txt
cmake cosmetics
[features.git] / development / cmake / boost / libs / iostreams / CMakeLists.txt
index 46c5b9e7c285f9ecf3d8ac4b37064726f9d537d3..35bf6341fffade7e8536f956e104a37be0eb3c41 100644 (file)
@@ -9,8 +9,7 @@ project(boost_iostreams)
 set(boost_iostreams_sources
        file_descriptor.cpp
        mapped_file.cpp
-       zlib.cpp
-)
+       zlib.cpp)
 
 lyx_add_path(boost_iostreams_sources ${TOP_SRC_DIR}/boost/libs/iostreams/src)
 
@@ -18,11 +17,10 @@ include_directories(${ZLIB_INCLUDE_DIR})
 
 if(NOT MERGE_FILES)
        add_library(boost_iostreams STATIC ${boost_iostreams_sources})
-else(NOT MERGE_FILES)
+else()
        lyx_const_touched_files(_allinone  boost_iostreams_sources)
        add_library(boost_iostreams STATIC ${_allinone_files})
-       
-endif(NOT MERGE_FILES)
+endif()
 
 target_link_libraries(boost_iostreams ${ZLIB_LIBRARY})