summaryrefslogtreecommitdiff
path: root/deps/recastnavigation/Detour
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2017-10-13 19:22:30 +0200
committerYehonal <yehonal.azeroth@gmail.com>2017-10-13 19:22:53 +0200
commitc64f8d8e825731966f48e76aab183aca3f969f0d (patch)
tree05d072bb5b08d217a812adac1032832c6b3699bb /deps/recastnavigation/Detour
parentb24a2ea13e13c2b090f8a0be85761070072cdf26 (diff)
Fixed compilation after dir rework
Diffstat (limited to 'deps/recastnavigation/Detour')
-rw-r--r--deps/recastnavigation/Detour/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/recastnavigation/Detour/CMakeLists.txt b/deps/recastnavigation/Detour/CMakeLists.txt
index a0028f9c98..233d123434 100644
--- a/deps/recastnavigation/Detour/CMakeLists.txt
+++ b/deps/recastnavigation/Detour/CMakeLists.txt
@@ -19,7 +19,7 @@ set(Detour_STAT_SRCS
if(WIN32)
include_directories(
- ${CMAKE_SOURCE_DIR}/modules/worldengine/deps/zlib
+ ${CMAKE_SOURCE_DIR}/deps/zlib
)
endif()