Skip to content

Commit

Permalink
Remove include guard for plain tuple target.
Browse files Browse the repository at this point in the history
  • Loading branch information
melton1968 committed Jun 11, 2023
1 parent d9ea2c8 commit 6828b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project (tuple VERSION 0.1 LANGUAGES C CXX)

# Make including this file idempotent
#
if(TARGET tuple OR TARGET tuple::tuple)
if(TARGET tuple::tuple)
return()
endif()

Expand Down

0 comments on commit 6828b3b

Please sign in to comment.