Skip to content

Commit 6d92a49

Browse files
committed
Trying workaround
1 parent 5efb3d2 commit 6d92a49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ set(SPARROW_COMPILE_DEFINITIONS "" CACHE STRING "List of public compile definiti
138138
if (USE_DATE_POLYFILL)
139139
find_package(date CONFIG REQUIRED)
140140
list(APPEND SPARROW_INTERFACE_DEPENDENCIES date::date date::date-tz)
141-
list(APPEND SPARROW_COMPILE_DEFINITIONS SPARROW_USE_DATE_POLYFILL)
141+
list(APPEND SPARROW_COMPILE_DEFINITIONS -DSPARROW_USE_DATE_POLYFILL)
142142
endif()
143143

144144
if(USE_LARGE_INT_PLACEHOLDERS)

0 commit comments

Comments
 (0)