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