diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2018-03-13 05:56:02 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-03-13 05:56:02 -0700 |
| commit | 7142a093448baad2869e1ac99e619f02d3a395c1 (patch) | |
| tree | 971b58589cdece80ec8a4eb6c68197b6cdb6e1fc /scripts/toolchains/linux.cmake | |
| parent | 9336d5ea84f597fa508cbf6a70e591402d210984 (diff) | |
| download | vcpkg-7142a093448baad2869e1ac99e619f02d3a395c1.tar.gz vcpkg-7142a093448baad2869e1ac99e619f02d3a395c1.zip | |
[vcpkg] Improve non-Windows default triplet detection
Diffstat (limited to 'scripts/toolchains/linux.cmake')
| -rw-r--r-- | scripts/toolchains/linux.cmake | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/toolchains/linux.cmake b/scripts/toolchains/linux.cmake index d09d374c8..ea4f15d60 100644 --- a/scripts/toolchains/linux.cmake +++ b/scripts/toolchains/linux.cmake @@ -1,5 +1,3 @@ -cmake_minimum_required(VERSION 3.5)
-
if(CMAKE_HOST_SYSTEM_NAME STREQUAL "Linux")
set(CMAKE_CROSSCOMPILING OFF CACHE BOOL "")
endif()
|
