We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96d4276 commit 82401caCopy full SHA for 82401ca
CMakeLists.txt
@@ -52,7 +52,7 @@ else(${DLib_FOUND})
52
ExternalProject_Add(DLib
53
PREFIX ${DEPENDENCY_DIR}
54
GIT_REPOSITORY http://github.com/dorian3d/DLib
55
- GIT_TAG v1.1-free
+ GIT_TAG master
56
INSTALL_DIR ${DEPENDENCY_INSTALL_DIR}
57
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=<INSTALL_DIR>)
58
add_custom_target(Dependencies ${CMAKE_COMMAND} ${CMAKE_SOURCE_DIR} DEPENDS DLib)
0 commit comments