X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/8e80bb9cec2c90dd61f810fb1525932a434288eb..a91e9542b384905187890f161d4da5396996fcfd:/libs/CMakeLists.txt?ds=sidebyside diff --git a/libs/CMakeLists.txt b/libs/CMakeLists.txt index d6e84941..7d971315 100644 --- a/libs/CMakeLists.txt +++ b/libs/CMakeLists.txt @@ -28,11 +28,11 @@ if ( BUILD_LIB_IA ) target_link_libraries ( ia crypto common ) endif ( BUILD_LIB_IA ) -if ( BUILD_LIB_IBPP ) - add_library ( ibpp STATIC ibpp/all_in_one.cpp ) - target_include_directories ( ibpp PUBLIC ibpp/include ) - target_compile_options ( ibpp PRIVATE -Wno-old-style-cast $<$:-Wno-useless-cast> ) -endif ( BUILD_LIB_IBPP ) +#if ( BUILD_LIB_IBPP ) +# add_library ( ibpp STATIC ibpp/all_in_one.cpp ) +# target_include_directories ( ibpp PUBLIC ibpp/include ) +# target_compile_options ( ibpp PRIVATE -Wno-old-style-cast $<$:-Wno-useless-cast> ) +#endif ( BUILD_LIB_IBPP ) if ( BUILD_LIB_LOGGER ) add_library ( logger STATIC logger/logger.cpp )