We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9698e28 commit 4f820a1Copy full SHA for 4f820a1
1 file changed
.github/workflows/automated_testing.yml
@@ -46,7 +46,7 @@ jobs:
46
run: cmake --install build
47
48
- name: Configure CMake
49
- # Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
+ # Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
50
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
51
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DEigen3_DIR=${{github.workspace}}/eigen/build -DCMAKE_LIBRARY_PATH=${{github.workspace}}/libconfig/build/lib -DUSE_THOROUGH_TESTS=ON
52
0 commit comments