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

This commit is contained in:
2019-06-15 09:44:04 -05:00
parent 30ff7be0e4
commit 36d8aeabd3
2 changed files with 18 additions and 4 deletions

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>