mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -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")
|