Browse Source

CMake: it doesn't make sense to not FORCE this.

pull/491/head
Vladimír Vondruš 5 years ago
parent
commit
7137747b1b
  1. 2
      src/Magnum/CMakeLists.txt

2
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)

Loading…
Cancel
Save