mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
7 lines
223 B
CMake
7 lines
223 B
CMake
|
|
||
|
# for included scripts that set policies
|
||
|
INSTALL (CODE "cmake_policy(SET CMP0011 NEW)")
|
||
|
|
||
|
CONFIGURE_FILE("PostInstall.cmake.in" "PostInstall.cmake" @ONLY)
|
||
|
INSTALL(SCRIPT "${CMAKE_BINARY_DIR}/postinstall/PostInstall.cmake")
|