Ubuntu 24.40 CMake FetchContent policy change.

This commit is contained in:
Robin E. R. Davies
2024-11-29 08:49:11 -05:00
parent eabe9b0f1c
commit 245a47fe81
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -14,7 +14,9 @@ set(CXX_STANDARD 20)
include(FetchContent)
cmake_policy(SET CMP0169 OLD)
if(CMAKE_VERSION VERSION_GREATER 3.30)
cmake_policy(SET CMP0169 OLD) # Allow use of old FETCHCONTENT macros.
endif()
set(FETCHCONTENT_QUIET ON)
set(FTXUI_QUIET ON)