[ox/claw] Fix CMake generator expression OX_USE_STDLIB switch
This commit is contained in:
Vendored
+2
-1
@@ -5,10 +5,11 @@ add_library(
|
||||
write.cpp
|
||||
)
|
||||
|
||||
|
||||
target_link_libraries(
|
||||
OxClaw PUBLIC
|
||||
OxMetalClaw
|
||||
$<$<BOOL:OX_USE_STDLIB>:OxOrganicClaw>
|
||||
$<$<BOOL:${OX_USE_STDLIB}>:OxOrganicClaw>
|
||||
)
|
||||
|
||||
if(OX_RUN_TESTS)
|
||||
|
||||
Reference in New Issue
Block a user