mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-01 13:01:21 -03:00
Remove cmake policies
CMP0066: Honor per-config flags in try_compile() source-file signature. CMP0067: Honor language standard in try_compile() source-file signature. We no longer have any try_compile
This commit is contained in:
@@ -3,13 +3,6 @@
|
||||
# CMake 3.21 is needed for file(IMPORTED_RUNTIME_ARTIFACTS)
|
||||
cmake_minimum_required(VERSION 3.21)
|
||||
|
||||
if(POLICY CMP0066)
|
||||
cmake_policy(SET CMP0066 OLD)
|
||||
endif()
|
||||
if(POLICY CMP0067)
|
||||
cmake_policy(SET CMP0067 NEW)
|
||||
endif()
|
||||
|
||||
include(cmake/Mac.cmake)
|
||||
|
||||
project(fish)
|
||||
|
||||
Reference in New Issue
Block a user