Commit 24ab3a81 authored by Dominik Charousset's avatar Dominik Charousset

Fix path for probe header in CMake project file

parent 67caf907
......@@ -303,7 +303,7 @@ else()
set(CAF_NO_SHELL yes)
endif()
# build probe if not being told otherwise
if(NOT CAF_NO_PROBE AND EXISTS "${CMAKE_SOURCE_DIR}/probe/caf/")
if(NOT CAF_NO_PROBE AND EXISTS "${CMAKE_SOURCE_DIR}/libcaf_probe/caf/")
if(NOT CAF_HAS_PROBE_EVENTS)
message(WARNING "cannot build probe: probe-event submodule missing")
set(CAF_NO_PROBE yes)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment