We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98c55ab commit fbb17daCopy full SHA for fbb17da
.github/workflows/cuda.yml
@@ -85,13 +85,6 @@ jobs:
85
.. \
86
--debug-output
87
88
- - name: Display CMake Logs
89
- if: failure()
90
- run: |
91
- cd ../boost-root/__build__
92
- cat CMakeFiles/CMakeOutput.log
93
- cat CMakeFiles/CMakeError.log
94
-
95
- name: Build tests
96
run: |
97
cd ../boost-root/__build__
test/CMakeLists.txt
@@ -20,7 +20,7 @@ if(HAVE_BOOST_TEST)
20
message(STATUS "Building boost.crypt tests without CUDA")
21
22
boost_test_jamfile(
23
- FILE jamfile
+ FILE Jamfile
24
LINK_LIBRARIES Boost::crypt Boost::core
25
)
26
endif()
0 commit comments