diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 1cbd99a0..21fa6000 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -8,6 +8,8 @@ option(NO_STL "No STL" OFF) if (NO_STL) message(STATUS "Compiling for No STL") add_definitions(-DETL_NO_STL) +else() + message(STATUS "Compiling for STL") endif() if(NOT UnitTest++_FOUND)