QGIS/postinstall/CMakeLists.txt
Larry Shaffer 1fdaa04557 Add cmake option WITH_PY_COMPILE (OFF by default)
- Byte-compiles staged and intalled plugins/modules
2012-10-26 04:04:12 -06:00

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