mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 21:10:04 +00:00
Fixed CALANDERS spelling mistake
This commit is contained in:
parent
6c7f7f952f
commit
2d9d240a5a
1 changed files with 2 additions and 2 deletions
|
|
@ -253,7 +253,7 @@ source_group("Header Files\\wsr88d\\rpg" FILES ${HDR_WSR88D_RPG})
|
||||||
source_group("Source Files\\wsr88d\\rpg" FILES ${SRC_WSR88D_RPG})
|
source_group("Source Files\\wsr88d\\rpg" FILES ${SRC_WSR88D_RPG})
|
||||||
|
|
||||||
|
|
||||||
try_compile(CHRONO_HAS_TIMEZONES_AND_CALANDERS
|
try_compile(CHRONO_HAS_TIMEZONES_AND_CALENDERS
|
||||||
${CMAKE_BINARY_DIR}
|
${CMAKE_BINARY_DIR}
|
||||||
${PROJECT_SOURCE_DIR}/cpp-feature-tests/chrono_feature_test.cpp
|
${PROJECT_SOURCE_DIR}/cpp-feature-tests/chrono_feature_test.cpp
|
||||||
CXX_STANDARD 20
|
CXX_STANDARD 20
|
||||||
|
|
@ -301,7 +301,7 @@ if (WIN32)
|
||||||
target_link_libraries(wxdata INTERFACE Ws2_32)
|
target_link_libraries(wxdata INTERFACE Ws2_32)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (NOT CHRONO_HAS_TIMEZONES_AND_CALANDERS)
|
if (NOT CHRONO_HAS_TIMEZONES_AND_CALENDERS)
|
||||||
target_link_libraries(wxdata PUBLIC date::date-tz)
|
target_link_libraries(wxdata PUBLIC date::date-tz)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue