X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4386010688d60bea7f54c2383aa9c923f2980948..ceaf8b82812aa8d58495687482fc6d4995119934:/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index fe0378cf62..7dea4f7bd7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -160,11 +160,11 @@ SET(LIBRARY_OUTPUT_PATH ${CMAKE_BINARY_DIR}/lib) ### Compute the include paths set(INCLUDES + ${CMAKE_BINARY_DIR} + ${CMAKE_BINARY_DIR}/include ${CMAKE_HOME_DIRECTORY} ${CMAKE_HOME_DIRECTORY}/include ${CMAKE_HOME_DIRECTORY}/src/include - ${CMAKE_BINARY_DIR} - ${CMAKE_BINARY_DIR}/include ) if(NOT CMAKE_CROSSCOMPILING AND EXISTS /usr/include/)