Skip to content

Commit 82401ca

Browse files
committed
Retrieves latest version of DLib
1 parent 96d4276 commit 82401ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ else(${DLib_FOUND})
5252
ExternalProject_Add(DLib
5353
PREFIX ${DEPENDENCY_DIR}
5454
GIT_REPOSITORY http://github.com/dorian3d/DLib
55-
GIT_TAG v1.1-free
55+
GIT_TAG master
5656
INSTALL_DIR ${DEPENDENCY_INSTALL_DIR}
5757
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=<INSTALL_DIR>)
5858
add_custom_target(Dependencies ${CMAKE_COMMAND} ${CMAKE_SOURCE_DIR} DEPENDS DLib)

0 commit comments

Comments
 (0)