We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c77d3e2 commit 6352b5dCopy full SHA for 6352b5d
.github/workflows/linux.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Prepare build environment
16
run: |
17
sudo apt update
18
- sudo apt install -y cmake just ninja-build ${{matrix.cxx}}
+ sudo apt install -y cmake ninja-build ${{matrix.cxx}}
19
- name: Prepare build directory
20
env:
21
CXX: ${{matrix.cxx}}
example/evaluator/CMakeLists.txt
@@ -1,5 +1,3 @@
1
-find_package(fmt REQUIRED)
2
-
3
add_compile_definitions(DATA_STORAGE_PATH="${CMAKE_SOURCE_DIR}/data")
4
5
add_executable(evaluate_each_problem evaluate_each_problem.cpp)
0 commit comments