Skip to content

Commit 7520e10

Browse files
committed
Fix cmake config file to use @package_nspace@ (nonstd-lite issue 68)
nonstd-lite/nonstd-lite#68
1 parent cc67e97 commit 7520e10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/string-view-lite-config.cmake.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
# Only include targets once:
44

5-
if( NOT TARGET @package_name@::@package_name@ )
5+
if( NOT TARGET @package_nspace@::@package_name@ )
66
include( "${CMAKE_CURRENT_LIST_DIR}/@package_target@.cmake" )
77
endif()

0 commit comments

Comments
 (0)