We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e095377 commit 797585bCopy full SHA for 797585b
mk/cmake/SuperTux/ProvideSexpcpp.cmake
@@ -7,6 +7,9 @@ endif()
7
if(TARGET sexp)
8
message(STATUS "Found preinstalled sexp-cpp")
9
add_library(LibSexp ALIAS sexp)
10
+elseif(TARGET sexp::sexp)
11
+ message(STATUS "Found preinstalled sexp-cpp")
12
+ add_library(LibSexp ALIAS sexp::sexp)
13
else()
14
if(USE_SYSTEM_SEXPCPP)
15
message(STATUS "Could NOT find sexp-cpp, using external/sexp-cpp fallback")
0 commit comments