diff --git a/CMakeLists.txt b/CMakeLists.txt index 21bc1ce..44bd21b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -42,10 +42,8 @@ macro(cd_plugin NAME _MODULES _LIBS) endmacro() shstk_install(cd FALSE "" "${cd_VERSION_FILE}") -if (NOT LOCAL) - file(GLOB CMAKES "cmake/*.cmake" "cmake/*.in") - install(FILES ${CMAKES} DESTINATION ${CMAKE_ROOT}/Modules) -endif() +file(GLOB CMAKES "cmake/*.cmake" "cmake/*.in") +install(FILES ${CMAKES} DESTINATION ${CMAKE_ROOT}/Modules) set(_qt_libs cd_core) set(_qt_plugs)