From: Florian BRUNET Date: Thu, 18 Aug 2016 16:26:53 +0000 (+0200) Subject: Change order of include_directories cmake command to handle properly Salome construct... X-Git-Tag: V8_1_0b1^0 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=6ed83c10fe79e2c2b122a09d376e434ab32bc5fd;p=modules%2Fgui.git Change order of include_directories cmake command to handle properly Salome construction against built-in OS python. --- diff --git a/src/SALOME_PYQT/SalomePyQt/CMakeLists.txt b/src/SALOME_PYQT/SalomePyQt/CMakeLists.txt index 3756b7ce8..9760dd47a 100755 --- a/src/SALOME_PYQT/SalomePyQt/CMakeLists.txt +++ b/src/SALOME_PYQT/SalomePyQt/CMakeLists.txt @@ -30,9 +30,9 @@ INCLUDE_DIRECTORIES( ${CAS_INCLUDE_DIRS} ${QT_INCLUDES} ${QWT_INCLUDE_DIR} + ${PYTHON_INCLUDE_DIRS} ${SIP_INCLUDE_DIR} ${Boost_INCLUDE_DIRS} - ${PYTHON_INCLUDE_DIRS} ${CMAKE_CURRENT_SOURCE_DIR} ${PROJECT_SOURCE_DIR}/src/CAM ${PROJECT_SOURCE_DIR}/src/Event