Skip to content
This repository was archived by the owner on Jul 1, 2023. It is now read-only.

Commit 77f7885

Browse files
authored
build: correct expected output list (#1131)
Ensure that we indicate that the command creates `Numerics`. Fixes dependencies when building Numerics.
1 parent fd80318 commit 77f7885

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ if(ENABLE_SWIFT_NUMERICS)
7272
INSTALL_COMMAND
7373
""
7474
BUILD_BYPRODUCTS
75-
<BINARY_DIR>/bin/${CMAKE_SHARED_LIBRARY_PREFIX}Numerics${CMAKE_SHARED_LIBRARY_SUFFIX}
75+
<BINARY_DIR>/lib/${CMAKE_IMPORT_LIBRARY_PREFIX}Numerics${CMAKE_IMPORT_LIBRARY_SUFFIX}
76+
<BINARY_DIR>/lib/${CMAKE_SHARED_LIBRARY_PREFIX}Numerics${CMAKE_SHARED_LIBRARY_SUFFIX}
7677
UPDATE_DISCONNECTED
7778
TRUE
7879
STEP_TARGETS

0 commit comments

Comments
 (0)