diff --git a/CMakeLists.txt b/CMakeLists.txt index 444a7495b512a5fe1efd5f9088d91d40767c33ed..f114de7a0f064714bd43c89c95c3a951898e3ead 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -179,10 +179,8 @@ endif( ITA_BASE_WITH_CONFIG_OLD_IMPL AND NOT ITA_BASE_WITH_CONFIG_SIMPLE_INI ) # ITA defaults to shared library build mode, so extra definition is required if you want to build against a static library if( NOT ITA_CORE_LIBS_BUILD_STATIC ) add_definitions( -DITA_BASE_EXPORT ) - message( "Building shared ITABase library" ) else( NOT ITA_CORE_LIBS_BUILD_STATIC ) add_definitions( -DITA_BASE_STATIC ) - message( "Building static ITABase library" ) endif( NOT ITA_CORE_LIBS_BUILD_STATIC )