File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1+ Changes for x.y.z:
2+
3+ * Fixed issue #64: Remove build artifacts of samples from installation packages.
4+
5+
16Changes for 3.0.1:
27
38* Fixed issue #68: Update to RapidAssist version 0.11.0
Original file line number Diff line number Diff line change @@ -228,7 +228,10 @@ endif()
228228# On Windows, installs to "C:\Program Files (x86)\${PROJECT_NAME}" or to "C:\Program Files\${PROJECT_NAME}" for 64 bit binaries
229229
230230install (DIRECTORY ${CMAKE_SOURCE_DIR} /licenses DESTINATION ${BIN2CPP_INSTALL_ROOT_DIR} )
231- install (DIRECTORY ${CMAKE_SOURCE_DIR} /samples DESTINATION ${BIN2CPP_INSTALL_ROOT_DIR} )
231+ install (DIRECTORY ${CMAKE_SOURCE_DIR} /samples DESTINATION ${BIN2CPP_INSTALL_ROOT_DIR}
232+ PATTERN "outdir" EXCLUDE
233+ PATTERN "outdir/*" EXCLUDE
234+ )
232235
233236install (FILES ${CMAKE_SOURCE_DIR} /README.md
234237 ${CMAKE_SOURCE_DIR} /CONTRIBUTING.md
You can’t perform that action at this time.
0 commit comments