cmake install fix
This commit is contained in:
@@ -42,10 +42,8 @@ macro(cd_plugin NAME _MODULES _LIBS)
|
|||||||
endmacro()
|
endmacro()
|
||||||
|
|
||||||
shstk_install(cd FALSE "" "${cd_VERSION_FILE}")
|
shstk_install(cd FALSE "" "${cd_VERSION_FILE}")
|
||||||
if (NOT LOCAL)
|
file(GLOB CMAKES "cmake/*.cmake" "cmake/*.in")
|
||||||
file(GLOB CMAKES "cmake/*.cmake" "cmake/*.in")
|
install(FILES ${CMAKES} DESTINATION ${CMAKE_ROOT}/Modules)
|
||||||
install(FILES ${CMAKES} DESTINATION ${CMAKE_ROOT}/Modules)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
set(_qt_libs cd_core)
|
set(_qt_libs cd_core)
|
||||||
set(_qt_plugs)
|
set(_qt_plugs)
|
||||||
|
|||||||
Reference in New Issue
Block a user