From 38e20403a1dd2a203dbba74e6a0ee6b0cf6be80b Mon Sep 17 00:00:00 2001 From: Alexander Bock Date: Mon, 19 Aug 2024 13:25:13 +0200 Subject: [PATCH] Revert "Update required CMake version to 3.26" This reverts commit b5114658e66d76cb34338ffe0e933829ad717616. --- CMakeLists.txt | 4 ++-- apps/OpenSpace/CMakeLists.txt | 2 +- ext/ghoul | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 85e125850e..65ac51bcc3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,8 +22,8 @@ # OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. # ########################################################################################## -cmake_minimum_required(VERSION 3.26 FATAL_ERROR) -cmake_policy(VERSION 3.26) +cmake_minimum_required(VERSION 3.25 FATAL_ERROR) +cmake_policy(VERSION 3.25) project(OpenSpace) diff --git a/apps/OpenSpace/CMakeLists.txt b/apps/OpenSpace/CMakeLists.txt index fe166610db..8e41455eca 100644 --- a/apps/OpenSpace/CMakeLists.txt +++ b/apps/OpenSpace/CMakeLists.txt @@ -190,7 +190,7 @@ endif () if (WIN32) add_custom_command(TARGET OpenSpace POST_BUILD - COMMAND ${CMAKE_COMMAND} -E copy -t $ $ + COMMAND ${CMAKE_COMMAND} -E copy $ $ COMMAND_EXPAND_LISTS ) endif () diff --git a/ext/ghoul b/ext/ghoul index eaeb5a304c..a88d75e2cc 160000 --- a/ext/ghoul +++ b/ext/ghoul @@ -1 +1 @@ -Subproject commit eaeb5a304c7d28229b331a747891fc9839f9f84d +Subproject commit a88d75e2cc564ca12d8295b8282d9798ed5dd1db