Skip to content

Commit e782d18

Browse files
Eric Ehlersjenkins
authored andcommitted
QPR-11322 Implement zlib support for Python wrappers/wheels
1 parent 0d09ded commit e782d18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OREAnalytics/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ SET(COMPONENT_LIST date_time filesystem iostreams regex serialization system tim
2020
if (ORE_BUILD_TESTS)
2121
LIST(APPEND COMPONENT_LIST unit_test_framework)
2222
endif()
23-
if(ORE_USE_ZLIB)
23+
if(MSVC AND ORE_USE_ZLIB)
2424
LIST(APPEND COMPONENT_LIST zlib)
2525
endif()
2626
find_package (Boost REQUIRED COMPONENTS ${COMPONENT_LIST} OPTIONAL_COMPONENTS chrono)

0 commit comments

Comments
 (0)