Skip to content
Snippets Groups Projects
Commit 2c6f58f0 authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

PKG: missing Qt5 cmake files

parent 0825c529
No related branches found
No related tags found
No related merge requests found
...@@ -31,4 +31,11 @@ function(install_cmake_files) ...@@ -31,4 +31,11 @@ function(install_cmake_files)
MATCH_STRING "${CMAKE_INSTALL_PREFIX}" MATCH_STRING "${CMAKE_INSTALL_PREFIX}"
REPLACE_VAR "OTB_INSTALL_PREFIX" REPLACE_VAR "OTB_INSTALL_PREFIX"
) )
# install Qt5 cmake files (no patching required)
file(GLOB _qt5_cmake_folders "${SUPERBUILD_INSTALL_DIR}/lib/cmake/Qt5*")
foreach(_qt5_folder ${_qt5_cmake_folders})
install_without_message("${_qt5_folder}" "lib/cmake")
endforeach()
endfunction() endfunction()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment