diff --git a/CMakeLists.txt b/CMakeLists.txt index f18c286..5349a23 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -45,6 +45,7 @@ set_property(GLOBAL PROPERTY AUTOGEN_SOURCE_GROUP "Generated Files") # Check system configuration. # See cmake/YarpSystemCheck.cmake. #include(YarpSystemCheck) +include(CheckCXXCompilerFlag) # Set up some compilation options. # See cmake/YarpOptions.cmake.