Skip to content

Commit

Permalink
Fix cmake config file to use @package_nspace@ (nonstd-lite issue 68)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinmoene committed Nov 28, 2022
1 parent 34aa3f0 commit 7af3508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/status-value-lite-config.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

# Only include targets once:

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

0 comments on commit 7af3508

Please sign in to comment.