Skip to content

Commit

Permalink
CMake: Default deps build directory
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Sep 1, 2019
1 parent 412688d commit dc10f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/cmake/Config.cmake
Expand Up @@ -31,7 +31,7 @@ set (CMAKE_INSTALL_DEFAULT_COMPONENT_NAME "client")
if (NOT DE_SDK_DIR STREQUAL "")
list (APPEND CMAKE_PREFIX_PATH "${DE_SDK_DIR}/${DE_INSTALL_LIB_DIR}")
endif ()
list (APPEND CMAKE_PREFIX_PATH "${DE_DISTRIB_DIR}/../deps")
list (APPEND CMAKE_PREFIX_PATH "${DE_DISTRIB_DIR}/../deps/products")
list (APPEND CMAKE_MODULE_PATH "${DE_DISTRIB_DIR}/../deps/products/lib/cmake/assimp-4.1")

if (WIN32)
Expand Down

0 comments on commit dc10f4d

Please sign in to comment.