CMP0054: Remove support for OLD behavior

This commit is contained in:
Brad King
2024-12-09 18:50:54 -05:00
parent 292aaffb78
commit 90d814f024
80 changed files with 15 additions and 794 deletions
@@ -65,9 +65,6 @@ may be set prior to including the module to adjust behavior:
Support for installing Intel compiler runtimes.
#]=======================================================================]
cmake_policy(PUSH)
cmake_policy(SET CMP0054 NEW) # if() quoted variables not dereferenced
set(_IRSL_HAVE_Intel FALSE)
set(_IRSL_HAVE_MSVC FALSE)
foreach(LANG IN ITEMS C CXX Fortran)
@@ -806,5 +803,3 @@ if(CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS)
)
endif()
endif()
cmake_policy(POP)