Skip to content

Commit

Permalink
try standalone cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
20DM committed Aug 14, 2023
1 parent 48a0300 commit eb44558
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ jobs:
else
export PATH=${{github.workspace}}/cppflow/build:$PATH
export PATH=${{github.workspace}}/Catch2/build:$PATH
export CMAKE_MODULE_PATH=${{github.workspace}}/Catch2/build:$CMAKE_MODULE_PATH
mkdir ${{github.workspace}}/build
cd ${{github.workspace}}/build
cmake .. -DCMAKE_INSTALL_PREFIX=${PWD} -Ddompi=OFF -Dopenmp=OFF -Ddocs=ON -Dcppflow=ON
Expand All @@ -123,7 +124,8 @@ jobs:
else
export PATH=${{github.workspace}}/cppflow/build:$PATH
export PATH=${{github.workspace}}/Catch2/build:$PATH
export CMAKE_MODULE_PATH=${{github.workspace}}/Catch2/build/lib/cmake/Catch2:$CMAKE_MODULE_PATH
export CMAKE_MODULE_PATH=${{github.workspace}}/Catch2/build:$CMAKE_MODULE_PATH
#export CMAKE_MODULE_PATH=${{github.workspace}}/Catch2/build/lib/cmake/Catch2:$CMAKE_MODULE_PATH
cd ${{github.workspace}}/build
make -j
make -j install
Expand Down

0 comments on commit eb44558

Please sign in to comment.