mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-30 07:49:31 -05:00
Revert "Update required CMake version to 3.26"
This reverts commit b5114658e6.
This commit is contained in:
+2
-2
@@ -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)
|
||||
|
||||
|
||||
@@ -190,7 +190,7 @@ endif ()
|
||||
|
||||
if (WIN32)
|
||||
add_custom_command(TARGET OpenSpace POST_BUILD
|
||||
COMMAND ${CMAKE_COMMAND} -E copy -t $<TARGET_FILE_DIR:OpenSpace> $<TARGET_RUNTIME_DLLS:OpenSpace>
|
||||
COMMAND ${CMAKE_COMMAND} -E copy $<TARGET_RUNTIME_DLLS:OpenSpace> $<TARGET_FILE_DIR:OpenSpace>
|
||||
COMMAND_EXPAND_LISTS
|
||||
)
|
||||
endif ()
|
||||
|
||||
+1
-1
Submodule ext/ghoul updated: eaeb5a304c...a88d75e2cc
Reference in New Issue
Block a user