Skip to content

Commit 7c87a87

Browse files
authored
Update CMakeLists.txt
1 parent d4345b9 commit 7c87a87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ configure_package_config_file(
9393
set(CPPSORT_SIZEOF_VOID_P ${CMAKE_SIZEOF_VOID_P})
9494
unset(CMAKE_SIZEOF_VOID_P)
9595
write_basic_package_version_file(
96-
${CMAKE_BINARY_DIR}/cmake/cpp-sort-config-version.cmake
96+
${CMAKE_CURRENT_BINARY_DIR}/cmake/cpp-sort-config-version.cmake
9797
COMPATIBILITY
9898
SameMajorVersion
9999
)

0 commit comments

Comments
 (0)