Skip to content

Commit ad35000

Browse files
committed
Update Tolk with CMake v3.10 as minimum
To support CMake v4
1 parent cf436a8 commit ad35000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Client/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if (MSVC)
88

99
ExternalProject_Add(tolk-src
1010
GIT_REPOSITORY https://github.com/bear101/tolk
11-
GIT_TAG 6544167
11+
GIT_TAG 1e538e2
1212
UPDATE_COMMAND ""
1313
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=<INSTALL_DIR> -DTOLK_WITH_JAVAJNI=OFF -DTOLK_MULTITHREADED=ON
1414
BUILD_COMMAND ${CMAKE_COMMAND} --build . --config Release

0 commit comments

Comments
 (0)