Skip to content

Commit 5efb3d2

Browse files
committed
Trying add_compile_options again
1 parent 46d953f commit 5efb3d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,8 @@ endif()
143143

144144
if(USE_LARGE_INT_PLACEHOLDERS)
145145
message(STATUS "Using large int placeholders")
146-
list(APPEND SPARROW_COMPILE_DEFINITIONS SPARROW_USE_LARGE_INT_PLACEHOLDERS)
146+
#list(APPEND SPARROW_COMPILE_DEFINITIONS SPARROW_USE_LARGE_INT_PLACEHOLDERS)
147+
add_compile_definitions(SPARROW_USE_LARGE_INT_PLACEHOLDERS)
147148
endif()
148149

149150
# Build

0 commit comments

Comments
 (0)