diff --git a/CMakeLists.txt b/CMakeLists.txt index 16e826e..226bfd5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -46,10 +46,8 @@ macro(qad_plugin NAME _MODULES _LIBS) endmacro() shstk_install(qad FALSE "" "${qad_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) add_subdirectory(libs) if (UTILS)