From: degomme Date: Thu, 20 Apr 2017 08:54:34 +0000 (+0200) Subject: fix typos in cmake, preventing include paths from being correctly added X-Git-Tag: v3.16~338 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/a8e296ed646e26df9823b63056396bbfbc3dc35d fix typos in cmake, preventing include paths from being correctly added --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 961c856989..703224dc19 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)