Skip to content

Commit

Permalink
Fix cmake config file (#77, thanks @duncanspumpkin)
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanspumpkin authored Nov 27, 2022
1 parent 78129c9 commit 83844f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/span-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 83844f9

Please sign in to comment.