Skip to content

Commit a2a92cd

Browse files
committed
aec is not needed
1 parent f73c331 commit a2a92cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ FetchContent_MakeAvailable(HighFive)
168168
# from https://gitlab.kitware.com/cmake/cmake/-/issues/18872#note_1090297
169169
# Since there is no compiler line to help us, add the additional required
170170
# libraries manually.
171-
set(_additional_libs sz aec z dl m)
171+
set(_additional_libs sz z dl m)
172172
foreach(_additional_lib IN LISTS _additional_libs)
173173
# If both static and shared are available, prefer static to avoid libdl
174174
# annoyances ("Using 'dlopen' in statically linked applications requires

0 commit comments

Comments
 (0)