forked from HowardHinnant/date
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:
@@ -94,7 +94,7 @@ else()
|
|||||||
target_compile_definitions( date INTERFACE ONLY_C_LOCALE=0 )
|
target_compile_definitions( date INTERFACE ONLY_C_LOCALE=0 )
|
||||||
endif()
|
endif()
|
||||||
if ( DISABLE_STRING_VIEW )
|
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()
|
endif()
|
||||||
|
|
||||||
#[===================================================================[
|
#[===================================================================[
|
||||||
|
Reference in New Issue
Block a user