We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f73c331 commit a2a92cdCopy full SHA for a2a92cd
tools/CMakeLists.txt
@@ -168,7 +168,7 @@ FetchContent_MakeAvailable(HighFive)
168
# from https://gitlab.kitware.com/cmake/cmake/-/issues/18872#note_1090297
169
# Since there is no compiler line to help us, add the additional required
170
# libraries manually.
171
-set(_additional_libs sz aec z dl m)
+set(_additional_libs sz z dl m)
172
foreach(_additional_lib IN LISTS _additional_libs)
173
# If both static and shared are available, prefer static to avoid libdl
174
# annoyances ("Using 'dlopen' in statically linked applications requires
0 commit comments