Skip to content

Commit

Permalink
Retrieves latest version of DLib
Browse files Browse the repository at this point in the history
  • Loading branch information
dorian3d committed Jul 20, 2017
1 parent 96d4276 commit 82401ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ else(${DLib_FOUND})
ExternalProject_Add(DLib
PREFIX ${DEPENDENCY_DIR}
GIT_REPOSITORY http://github.com/dorian3d/DLib
GIT_TAG v1.1-free
GIT_TAG master
INSTALL_DIR ${DEPENDENCY_INSTALL_DIR}
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=<INSTALL_DIR>)
add_custom_target(Dependencies ${CMAKE_COMMAND} ${CMAKE_SOURCE_DIR} DEPENDS DLib)
Expand Down

0 comments on commit 82401ca

Please sign in to comment.