Skip to content
Snippets Groups Projects
Commit 508cf20d authored by Lars Bilke's avatar Lars Bilke
Browse files

[CMake] Don't try to package directories.

parent d3b9ee07
No related branches found
No related tags found
No related merge requests found
......@@ -105,7 +105,7 @@ cpack_add_component(ogs_docs
if(OGS_USE_CONAN)
# Install shared libraries, copied to bin-dir
foreach(PATTERN "*.dll" "*.dylib*")
file(GLOB MATCHED_FILES ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/${PATTERN})
file(GLOB LIST_DIRECTORIES false MATCHED_FILES ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/${PATTERN})
install(FILES ${MATCHED_FILES} DESTINATION bin)
endforeach()
......
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