Skip to content

Commit

Permalink
GRRRR
Browse files Browse the repository at this point in the history
  • Loading branch information
FrogTheFrog authored Dec 17, 2024
1 parent 603c4b8 commit de0010f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Boost_DD.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ else()
# Also, FetchContent creates Boost::<lib> targets, whereas find_package does not. Since we cannot extend
# Boost::headers as it is an ALIAS target, this is the workaround:
get_target_property(ORIGINAL_TARGET Boost::headers ALIASED_TARGET)
if (NOT DEFINED ORIGINAL_TARGET-NOTFOUND)
if (ORIGINAL_TARGET STREQUAL "ORIGINAL_TARGET-NOTFOUND")
set(ORIGINAL_TARGET Boost::headers)
endif ()
foreach (lib ${REQUIRED_HEADER_LIBRARIES})
Expand Down

0 comments on commit de0010f

Please sign in to comment.