forked from mpusz/mp-units
build: check_libcxx_in_use()
fixed
This commit is contained in:
@@ -32,7 +32,7 @@ function(check_libcxx_in_use variable)
|
|||||||
set(${variable} ${${variable}} PARENT_SCOPE)
|
set(${variable} ${${variable}} PARENT_SCOPE)
|
||||||
|
|
||||||
list(POP_BACK CMAKE_MESSAGE_INDENT)
|
list(POP_BACK CMAKE_MESSAGE_INDENT)
|
||||||
if(${projectPrefix}LIBCXX)
|
if(${variable})
|
||||||
message(CHECK_PASS "found")
|
message(CHECK_PASS "found")
|
||||||
else()
|
else()
|
||||||
message(CHECK_FAIL "not found")
|
message(CHECK_FAIL "not found")
|
||||||
|
Reference in New Issue
Block a user