mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00: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:
parent
2f30d8f949
commit
6f31ec7a61
1 changed files with 0 additions and 7 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue