From 7137747b1b6c15835a4aaf9c390cc42557812a9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 29 Dec 2020 20:00:15 +0100 Subject: [PATCH] CMake: it doesn't make sense to not FORCE this. --- src/Magnum/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Magnum/CMakeLists.txt b/src/Magnum/CMakeLists.txt index 9a9a269f7..2144bc84f 100644 --- a/src/Magnum/CMakeLists.txt +++ b/src/Magnum/CMakeLists.txt @@ -273,4 +273,4 @@ endif() # Magnum library target alias and configure file for superprojects add_library(Magnum::Magnum ALIAS Magnum) -set(_MAGNUM_CONFIGURE_FILE ${CMAKE_CURRENT_BINARY_DIR}/configure.h CACHE INTERNAL "") +set(_MAGNUM_CONFIGURE_FILE ${CMAKE_CURRENT_BINARY_DIR}/configure.h CACHE INTERNAL "" FORCE)