We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66c7c87 commit 8e62f8aCopy full SHA for 8e62f8a
1 file changed
CMakeLists.txt
@@ -43,7 +43,7 @@ macro(GetDependency name other_dependency)
43
ExternalProject_Add(${name}
44
PREFIX ${DEPENDENCY_DIR}
45
GIT_REPOSITORY http://github.com/dorian3d/${name}
46
- GIT_TAG v1.1-free
+ GIT_TAG master
47
INSTALL_DIR ${DEPENDENCY_INSTALL_DIR}
48
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=<INSTALL_DIR>
49
DEPENDS ${other_dependency})
0 commit comments