[ox] Fix incorrect setting of build config when passed in from another CMakeLists.txt

(synced from 36d8aeabd3)
This commit is contained in:
2019-06-15 09:44:04 -05:00
parent 5ad2ac4335
commit 432b9952e9
2 changed files with 18 additions and 4 deletions
+1
View File
@@ -10,6 +10,7 @@ add_library(
)
if(NOT OX_BARE_METAL)
message("fs link c++fs")
target_link_libraries(
OxFS PUBLIC
$<$<CXX_COMPILER_ID:Clang>:c++fs>