mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 18:50:00 +02:00
Force build with x64 toolchain
This commit is contained in:
parent
abe1ce288c
commit
63bd80c65e
1 changed files with 5 additions and 0 deletions
|
@ -10,6 +10,11 @@ endif()
|
||||||
include("${CMAKE_CURRENT_SOURCE_DIR}/cmake/macros/TargetPython.cmake")
|
include("${CMAKE_CURRENT_SOURCE_DIR}/cmake/macros/TargetPython.cmake")
|
||||||
target_python()
|
target_python()
|
||||||
|
|
||||||
|
if (WIN32)
|
||||||
|
# Force x64 toolset
|
||||||
|
set(CMAKE_GENERATOR_TOOLSET "host=x64" CACHE STRING "64-bit toolset" FORCE)
|
||||||
|
endif()
|
||||||
|
|
||||||
# set our OS X deployment target
|
# set our OS X deployment target
|
||||||
# (needs to be set before first project() call and before prebuild.py)
|
# (needs to be set before first project() call and before prebuild.py)
|
||||||
# Will affect VCPKG dependencies
|
# Will affect VCPKG dependencies
|
||||||
|
|
Loading…
Reference in a new issue