Update buildBUILDING.md and adjust cpack for Windows (#3229)

This commit is contained in:
Adam Bird
2023-10-09 11:28:22 -04:00
committed by GitHub
parent 7e0cb66c58
commit 1829a6a154
3 changed files with 19 additions and 0 deletions

View File

@@ -754,6 +754,7 @@ endif()
if (CMAKE_SYSTEM_NAME STREQUAL "Windows")
INSTALL(FILES $<TARGET_PDB_FILE:soh> DESTINATION ./debug COMPONENT ship)
INSTALL(FILES ${CMAKE_BINARY_DIR}/soh/soh.otr DESTINATION . COMPONENT ship)
endif()
find_program(CURL NAMES curl DOC "Path to the curl program. Used to download files.")