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 1eb0cb7 commit 2133b0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,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 Catch2_DIR=${{github.workspace}}/Catch2/build/lib/cmake/Catch2:$CMAKE_MODULE_PATH
export Catch2_DIR=${{github.workspace}}/Catch2/build:$Catch2_DIR
mkdir ${{github.workspace}}/build
cd ${{github.workspace}}/build
cmake .. -DCMAKE_INSTALL_PREFIX=${PWD} -Ddompi=OFF -Dopenmp=OFF -Ddocs=ON -Dcppflow=ON
Expand Down

0 comments on commit 2133b0c

Please sign in to comment.