Skip to content

Commit

Permalink
Debug find
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleFromNVIDIA committed Oct 9, 2024
1 parent 00475bc commit ba2f399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build_cmake/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ runs:
git clone -b v3.30.5 https://gitlab.kitware.com/cmake/cmake.git
mkdir cmake/build
cd cmake/build
../bootstrap -- -DCMAKE_BUILD_TYPE=Release -DCMAKE_FIND_ROOT_PATH="$CONDA_PREFIX"
../bootstrap -- -DCMAKE_BUILD_TYPE=Release -DCMAKE_FIND_ROOT_PATH="$CONDA_PREFIX" --debug-find
make -j8
popd
Expand Down

0 comments on commit ba2f399

Please sign in to comment.