From: Anthony Geay Date: Wed, 13 Feb 2019 14:11:24 +0000 (+0100) Subject: Deal with C++11 for C9 compiler X-Git-Tag: v1.0~4 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=5a5fd54a9a6638d6e9664327124efd1d1b0b12b9;p=tools%2Fpy2cpp.git Deal with C++11 for C9 compiler --- diff --git a/CMakeLists.txt b/CMakeLists.txt index ba97e41..c5ed192 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,6 +24,7 @@ SET(CONFIGURATION_ROOT_DIR $ENV{CONFIGURATION_ROOT_DIR} CACHE PATH "Path to the IF(EXISTS ${CONFIGURATION_ROOT_DIR}) LIST(APPEND CMAKE_MODULE_PATH "${CONFIGURATION_ROOT_DIR}/cmake") INCLUDE(SalomeMacros) + INCLUDE(SalomeSetupPlatform) ELSE() MESSAGE(FATAL_ERROR "We absolutely need the Salome CMake configuration files, please define CONFIGURATION_ROOT_DIR !" )