From 669453faffc234fb8bd15dc08e267155a8f9f0ab Mon Sep 17 00:00:00 2001 From: Marco Randazzo Date: Wed, 13 Sep 2023 11:31:15 +0200 Subject: [PATCH] added CheckCXXCompilerFlag --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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.