diff --git a/cmake_modules/eventConfig.cmake b/cmake_modules/eventConfig.cmake index aba77891aec06c6669a74a2234c69b3b4b6a8432..dcbd0a20dcc9a34d35b80ec883eb6862d3167180 100644 --- a/cmake_modules/eventConfig.cmake +++ b/cmake_modules/eventConfig.cmake @@ -5,7 +5,7 @@ FIND_LIBRARY(EVENT_LIBRARIES NAMES ${EVENT_NAMES} PATH) IF(EVENT_INCLUDE_DIRS AND EVENT_LIBRARIES) SET(HAVE_EVENT TRUE) -file(APPEND src/transport_config.h "#define WITH_LIBEVENT 1\n") +file(APPEND libtransport/transport_config.h "#define WITH_LIBEVENT 1\n") ELSE(EVENT_INCLUDE_DIRS AND EVENT_LIBRARIES) SET (EVENT_INCLUDE_DIRS "") SET (EVENT_LIBRARIES "")