mirror of
https://github.com/HowardHinnant/date.git
synced 2024-12-26 07:53:16 +08:00
Put back handling DISABLE_STRING_VIEW (#609)
* Put back handling DISABLE_STRING_VIEW * Add HAS_DEDUCTION_GUIDES to interface library target
This commit is contained in:
parent
115dd428cf
commit
3cbfa4318f
@ -94,7 +94,7 @@ else()
|
||||
target_compile_definitions( date INTERFACE ONLY_C_LOCALE=0 )
|
||||
endif()
|
||||
if ( DISABLE_STRING_VIEW )
|
||||
target_compile_definitions( date INTERFACE HAS_STRING_VIEW=0 )
|
||||
target_compile_definitions( date INTERFACE HAS_STRING_VIEW=0 -DHAS_DEDUCTION_GUIDES=0 )
|
||||
endif()
|
||||
|
||||
#[===================================================================[
|
||||
|
Loading…
x
Reference in New Issue
Block a user