Skip to content

Commit

Permalink
test 10.15 target build
Browse files Browse the repository at this point in the history
  • Loading branch information
ca333 committed Mar 31, 2020
1 parent 69eac67 commit 61b7976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/compiler_targets.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ target_link_libraries(antara_cross_filesystem INTERFACE
$<$<AND:$<PLATFORM_ID:Linux>,$<VERSION_LESS:$<CXX_COMPILER_VERSION>,9.0>>:stdc++fs>
$<$<AND:$<PLATFORM_ID:Darwin>,$<VERSION_LESS:$<CXX_COMPILER_VERSION>,9.0>>:c++fs>)
target_compile_options(antara_cross_filesystem INTERFACE
$<$<AND:$<PLATFORM_ID:Darwin>,$<VERSION_GREATER:$<CXX_COMPILER_VERSION>,8.0>>:-mmacosx-version-min=10.14>)
$<$<AND:$<PLATFORM_ID:Darwin>,$<VERSION_GREATER:$<CXX_COMPILER_VERSION>,8.0>>:-mmacosx-version-min=10.15>)

add_library(antara_default_settings INTERFACE)
set(THREADS_PREFER_PTHREAD_FLAG ON)
Expand Down

0 comments on commit 61b7976

Please sign in to comment.