File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
share/rocmcmakebuildtools/cmake Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -341,7 +341,7 @@ function(rocm_export_targets)
341341 set (CONFIG_NAME ${PACKAGE_NAME_LOWER} -config)
342342 set (TARGET_VERSION ${PROJECT_VERSION} )
343343
344- if (PARSE_PREFIX)
344+ if (PARSE_PREFIX AND NOT WIN32 )
345345 set (PREFIX_DIR ${PARSE_PREFIX} )
346346 set (PREFIX_ARG PREFIX ${PREFIX_DIR} )
347347 set (BIN_INSTALL_DIR ${PREFIX_DIR} /${CMAKE_INSTALL_BINDIR} )
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ install_dir(
88 TARGETS package)
99if (WIN32 )
1010 test_expect_file(${PREFIX} /include /simpleprivate.h)
11- test_expect_file(${PREFIX} /lib/libsimple_private.a )
11+ test_expect_file(${PREFIX} /lib/libsimple_private.lib )
1212else ()
1313 test_expect_file(${PREFIX} /lib/libprivate/include /simpleprivate.h)
1414 test_expect_file(${PREFIX} /lib/libprivate/lib/libsimple_private.a)
You can’t perform that action at this time.
0 commit comments