X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/4271ab433cd55bbd2612292bcf39e4dc3d7274f1..c02633d77cb05a5deb05440d77b12ccc5bc19b85:/libs/CMakeLists.txt 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 )