if(POLICY CMP0141) cmake_policy(SET CMP0141 NEW) endif() # CMP0144: find_package() uses uppercase <PackageName>_ROOT variables. # New in CMake 3.27: https://cmake.org/cmake/help/latest/policy/CMP0144.html if(POLICY CMP0144) cmake_policy(SET CMP0144 NEW) endif() 0 comments on...
if(POLICY CMP0144) cmake_policy(SET CMP0144 NEW) endif() # Install CODE|SCRIPT allow the use of generator expressions. if(POLICY CMP0087) cmake_policy(SET CMP0087 NEW) endif() # --- # Load Blender's Local Macros include(build_files/cmake/macros.cmake) # ---...
“cmake_minimum_required()” or “cmake_policy()” that set the policy version to an older value now issue a deprecation diagnostic. The “FindCUDA” module, which has been deprecated since CMake 3.10, has been removed by policy “CMP0146”. Port projects to CMake’s first-class “CUDA...
deprecated since CMake 3.12, have been removed by policy "CMP0148". Port projects to "FindPython3", "FindPython2", or "FindPython". * The "Dart" and "FindDart" modules have been deprecated via policy "CMP0145". Port projects to the "CTest" module. * The "Visual Studio 9 2008" ge...
(CMAKE_VERSION VERSION_GREATER_EQUAL "3.27.0") cmake_policy(SET CMP0144 NEW) endif() set(ATFRAMEWORK_CMAKE_TOOLSET_DIR "${PROJECT_SOURCE_DIR}/cmake") include(FetchContent) FetchContent_Populate( "download-atframework-cmake-toolset" SOURCE_DIR "${ATFRAMEWORK_CMAKE_TOOLSET_DIR}" GIT_...
(cmPolicies::CMP0074)); return; case cmPolicies::NEW: { // NEW behavior is to honor the <PackageName>_ROOT variables. } break; } // Add root paths from <PACKAGENAME>_ROOT CMake and environment variables, // if they are different than <PackageName>_ROOT, and subject to ...
“cmake_minimum_required()” or “cmake_policy()” that set the policy version to an older value now issue a deprecation diagnostic. The “FindCUDA” module, which has been deprecated since CMake 3.10, has been removed by policy “CMP0146”. Port projects to CMake’s ...
“cmake_minimum_required()” or “cmake_policy()” that set the policy version to an older value now issue a deprecation diagnostic. The “FindCUDA” module, which has been deprecated since CMake 3.10, has been removed by policy “CMP0146”. Port projects to CMake’s ...
Open Source GitHub Sponsors Fund open source developers The ReadME Project GitHub community articles Repositories Topics Trending Collections Enterprise Enterprise platform AI-powered developer platform Available add-ons Advanced Security Enterprise-grade security features GitHub Copilot Enterprise-gra...
if(POLICY CMP0141) cmake_policy(SET CMP0141 NEW) endif() # CMP0144: find_package() uses uppercase <PackageName>_ROOT variables. # New in CMake 3.27: https://cmake.org/cmake/help/latest/policy/CMP0144.html if(POLICY CMP0144) cmake_policy(SET CMP0144 NEW) endif() 0 comments on...