vcpkg/scripts/toolchains/linux.cmake
2018-03-13 05:56:02 -07:00

5 lines
149 B
CMake

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