cmake install fix
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user