Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix typos in cmake, preventing include paths from being correctly added
authordegomme <augustin.degomme@unibas.ch>
Thu, 20 Apr 2017 08:54:34 +0000 (10:54 +0200)
committerdegomme <augustin.degomme@unibas.ch>
Thu, 20 Apr 2017 08:54:39 +0000 (10:54 +0200)
CMakeLists.txt

index 961c856..703224d 100644 (file)
@@ -404,7 +404,7 @@ endif()
 if(enable_model-checking)
   find_package(Libdw REQUIRED)
   find_package(Libevent REQUIRED)
-  include_directories(${LIBDW_INCLUDE_DIRS} ${LIBEVENT_INCLUDE_DIRS})
+  include_directories(${LIBDW_INCLUDE_DIR} ${LIBEVENT_INCLUDE_DIR})
   set(SIMGRID_DEP "${SIMGRID_DEP} ${LIBEVENT_LIBRARIES} ${LIBDW_LIBRARIES}")
   set(HAVE_MC 1)
   if("${CMAKE_SYSTEM}" MATCHES "FreeBSD" AND enable_java)