We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f1237b commit 61b3a30Copy full SHA for 61b3a30
1 file changed
Config.cmake.in
@@ -56,7 +56,7 @@ foreach(component ${phasar_FIND_COMPONENTS})
56
list(APPEND PHASAR_NEEDED_LIBS phasar::${component})
57
endforeach()
58
59
-if (phasar_FOUND)
+if (NOT DEFINED phasar_FOUND OR phasar_FOUND EQUAL TRUE)
60
foreach(component ${phasar_FIND_COMPONENTS})
61
# For backwards compatibility -- will be removed with next release
62
add_library(phasar::phasar_${component} ALIAS phasar::${component})
0 commit comments