mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-12 18:59:50 +03:00
community/hdf5: fix build
This commit is contained in:
parent
58decdbf0f
commit
2e7ebce2af
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ build() {
|
|||
# directory, but checks if it is successfully created in the build dir.
|
||||
# So the current directory must be build.
|
||||
mkdir build && cd build
|
||||
cmake \
|
||||
cmake -G "Unix Makefiles" \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DBUILD_SHARED_LIBS=True \
|
||||
-DCMAKE_BUILD_TYPE=None \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue