Skip to content

Commit 5f06f3d

Browse files
daineAMDassistant-librarian[bot]
authored andcommitted
[rocm-libraries] ROCm/rocm-libraries#399 (commit b9d3dd6)
[hipblas-common][hotfix] don't set CPACK_PACKAGING_INSTTALL_PREFIX for windows (#399)
1 parent b36afbd commit 5f06f3d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,7 @@ if (WIN32)
6767
set(CPACK_GENERATOR "ZIP")
6868
set(CPACK_SET_DESTDIR FALSE)
6969
set(CPACK_INCLUDE_TOPLEVEL_DIRECTORY OFF)
70-
endif()
71-
72-
if(NOT CPACK_PACKAGING_INSTALL_PREFIX)
70+
elseif(NOT CPACK_PACKAGING_INSTALL_PREFIX)
7371
set(CPACK_PACKAGING_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
7472
endif()
7573

0 commit comments

Comments
 (0)