mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-25 20:48:52 +03:00
Pass down toolchain file on Windows
This commit is contained in:
parent
9102a141f3
commit
b758cc4487
1 changed files with 1 additions and 0 deletions
1
deps/cmake/MatrixClient.cmake
vendored
1
deps/cmake/MatrixClient.cmake
vendored
|
@ -22,6 +22,7 @@ ExternalProject_Add(
|
||||||
-DCMAKE_BUILD_TYPE=Release
|
-DCMAKE_BUILD_TYPE=Release
|
||||||
-DBUILD_LIB_TESTS=OFF
|
-DBUILD_LIB_TESTS=OFF
|
||||||
-DBUILD_LIB_EXAMPLES=OFF
|
-DBUILD_LIB_EXAMPLES=OFF
|
||||||
|
-DCMAKE_TOOLCHAIN_FILE=${CMAKE_TOOLCHAIN_FILE}
|
||||||
${PLATFORM_FLAGS}
|
${PLATFORM_FLAGS}
|
||||||
${DEPS_BUILD_DIR}/mtxclient
|
${DEPS_BUILD_DIR}/mtxclient
|
||||||
BUILD_COMMAND
|
BUILD_COMMAND
|
||||||
|
|
Loading…
Reference in a new issue