We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5efb3d2 commit 6d92a49Copy full SHA for 6d92a49
CMakeLists.txt
@@ -138,7 +138,7 @@ set(SPARROW_COMPILE_DEFINITIONS "" CACHE STRING "List of public compile definiti
138
if (USE_DATE_POLYFILL)
139
find_package(date CONFIG REQUIRED)
140
list(APPEND SPARROW_INTERFACE_DEPENDENCIES date::date date::date-tz)
141
- list(APPEND SPARROW_COMPILE_DEFINITIONS SPARROW_USE_DATE_POLYFILL)
+ list(APPEND SPARROW_COMPILE_DEFINITIONS -DSPARROW_USE_DATE_POLYFILL)
142
endif()
143
144
if(USE_LARGE_INT_PLACEHOLDERS)
0 commit comments