mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 04:00:04 +00:00
libc++experimental needs linked with -fexperimental-library
This commit is contained in:
parent
337406971a
commit
cb81287c08
1 changed files with 1 additions and 0 deletions
|
|
@ -338,6 +338,7 @@ endif()
|
|||
if (LIBCPP)
|
||||
# Enable support for parallel algorithms
|
||||
target_compile_options(wxdata PUBLIC -fexperimental-library)
|
||||
target_link_libraries(wxdata INTERFACE c++experimental)
|
||||
endif()
|
||||
|
||||
set_target_properties(wxdata PROPERTIES CXX_STANDARD 20
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue