vcpkg/scripts/toolchains/linux.cmake

5 lines
149 B
CMake
Raw Normal View History

if(CMAKE_HOST_SYSTEM_NAME STREQUAL "Linux")
set(CMAKE_CROSSCOMPILING OFF CACHE BOOL "")
endif()
set(CMAKE_SYSTEM_NAME Linux CACHE STRING "")