Skip to content

Commit

Permalink
Fixed paths for libaec in cmake build
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAce committed Dec 31, 2024
1 parent 7c2f634 commit eb3b380
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cmake/cmake_dependency_provider/external_hdf5/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,10 @@ ExternalProject_Add(external_hdf5
-DHDF5_DISABLE_COMPILER_WARNINGS:BOOL=ON
-DALLOW_UNSUPPORTED=ON

-Dlibaec_ROOT:PATH=${libaec_ROOT}
-DZLIB_ROOT:PATH=${ZLIB_ROOT}
-Dlibaec_DIR:PATH=${LIBAEC_ROOT}/share/cmake/zlib
-DZLIB_DIR:PATH=${ZLIB_ROOT}/share/cmake/zlib

-Dlibaec_ROOT:PATH=${libaec_ROOT}
-Dlibaec_DIR:PATH=${libaec_ROOT}/cmake
)

0 comments on commit eb3b380

Please sign in to comment.