Skip to content

Commit fd0fc00

Browse files
committed
Remove unused CPack build config from package names
Adopt LegalizeAdulthood's CPack package name cleanup from open-simh PR 537. The `CPACK_BUILD_CONFIG` variable is not a predefined CMake or CPack variable and is not set by this tree.
1 parent 90eb517 commit fd0fc00

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

cmake/cpack-setup.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ else ()
3939
list(APPEND buildSuffix "win32")
4040
endif ()
4141

42-
list(APPEND buildSuffix "\${CPACK_BUILD_CONFIG}")
4342
## If using Visual Studio, append the compiler and toolkit:
4443
if (CMAKE_GENERATOR MATCHES "Visual Studio 17 .*")
4544
list(APPEND buildSuffix "vs2022")

0 commit comments

Comments
 (0)