X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ec1a24d4663cd65ab54e1cdad22fae268fa7f2e8..314c3d6a9ae66376eb5c1bc5f63b29e45e061051:/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()