mirror of
https://github.com/PDB-REDO/dssp.git
synced 2026-06-04 13:44:21 +08:00
Add CMAKE_INSTALL_PREFIX to CMake configuration
This commit is contained in:
committed by
GitHub
parent
a6933af8f0
commit
fe3ac968b3
2
.github/workflows/cmake-multi-platform.yml
vendored
2
.github/workflows/cmake-multi-platform.yml
vendored
@@ -70,6 +70,7 @@ jobs:
|
|||||||
-S ${{github.workspace}}/libcifpp
|
-S ${{github.workspace}}/libcifpp
|
||||||
-DBUILD_DOCUMENTATION=OFF
|
-DBUILD_DOCUMENTATION=OFF
|
||||||
-DBUILD_TESTING=OFF
|
-DBUILD_TESTING=OFF
|
||||||
|
-DCMAKE_INSTALL_PREFIX=${{github.workspace}}/local
|
||||||
|
|
||||||
- name: Build libcifpp
|
- name: Build libcifpp
|
||||||
run: cmake --build ${{github.workspace}}/libcifpp/build --config ${{env.BUILD_TYPE}}
|
run: cmake --build ${{github.workspace}}/libcifpp/build --config ${{env.BUILD_TYPE}}
|
||||||
@@ -90,6 +91,7 @@ jobs:
|
|||||||
-DBUILD_TESTING=ON
|
-DBUILD_TESTING=ON
|
||||||
-DBUILD_PYTHON_MODULE=ON
|
-DBUILD_PYTHON_MODULE=ON
|
||||||
-S ${{ github.workspace }}
|
-S ${{ github.workspace }}
|
||||||
|
-DCMAKE_INSTALL_PREFIX=${{github.workspace}}/local
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cmake --build ${{ steps.strings.outputs.build-output-dir }} --config Release
|
run: cmake --build ${{ steps.strings.outputs.build-output-dir }} --config Release
|
||||||
|
|||||||
Reference in New Issue
Block a user