Skip to content

Commit 350b765

Browse files
Remove CPACK_BUILD_CONFIG from package name
This isn't a predefined CMake or CPack variabe and isn't set anywhere in the CMake scripts.
1 parent 4d38373 commit 350b765

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)