Skip to content

Commit 5c55910

Browse files
committed
Fix import from build dir
1 parent 675c5e0 commit 5c55910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/export.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set(CMP0090 NEW)
66
export(
77
TARGETS libzsync2
88
NAMESPACE zsync2::
9-
FILE zsync2Targets.cmake
9+
FILE ${PROJECT_BINARY_DIR}/cmake/zsync2Targets.cmake
1010
)
1111

1212
# allow import from install tree

0 commit comments

Comments
 (0)