We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 34a446e + 0bf4831 commit ce9c43bCopy full SHA for ce9c43b
CMakeLists.txt
@@ -386,7 +386,10 @@ install ( TARGETS ${LIB_NAME} ${LIB_NAME}-static
386
# Code to fix the dylib install name on Mac.
387
include ( cmake/fixupInstallNameDir.cmake )
388
389
-install ( DIRECTORY "${MODULE_DIR}/" DESTINATION "${INSTALL_MOD_DIR}" )
+install ( DIRECTORY "${MODULE_DIR}/" DESTINATION "${INSTALL_MOD_DIR}"
390
+ FILES_MATCHING
391
+ PATTERN "*.*"
392
+ PATTERN "*/" EXCLUDE) # Don't get $<CONFIG> subdirectory when building with MSVS
393
394
#------------------------------------------
395
# Add portable unistall command to makefile
0 commit comments