X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f3cd23afe615d7dbf0cd36db5ed9ed604e61a957..d0990e46662af11129cbcbaa018499d7f1244538:/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index dc7e76e7b6..a052be43a8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -157,10 +157,6 @@ set(INCLUDES ${CMAKE_BINARY_DIR}/include ) -if(WIN32) - set(INCLUDES ${INCLUDES} ${CMAKE_HOME_DIRECTORY}/include/xbt ${CMAKE_HOME_DIRECTORY}/src/xbt) #for win32_ucontext.[ch] -endif() - if(NOT CMAKE_CROSSCOMPILING AND EXISTS /usr/include/) set(INCLUDES ${INCLUDES} /usr/include/) endif()