We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf436a8 commit ad35000Copy full SHA for ad35000
Client/CMakeLists.txt
@@ -8,7 +8,7 @@ if (MSVC)
8
9
ExternalProject_Add(tolk-src
10
GIT_REPOSITORY https://github.com/bear101/tolk
11
- GIT_TAG 6544167
+ GIT_TAG 1e538e2
12
UPDATE_COMMAND ""
13
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=<INSTALL_DIR> -DTOLK_WITH_JAVAJNI=OFF -DTOLK_MULTITHREADED=ON
14
BUILD_COMMAND ${CMAKE_COMMAND} --build . --config Release
0 commit comments