File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- cmake_minimum_required (VERSION 3.16 )
1
+ cmake_minimum_required (VERSION 3.16...3.27 )
2
2
3
3
project (rerun_external_cpp_proj LANGUAGES CXX )
4
4
Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ version = "0.1.0"
25
25
[tasks ]
26
26
# Note: extra CLI argument after `pixi run TASK` are passed to the task cmd.
27
27
28
- prepare = " cmake -G Ninja -B build -S . -DCMAKE_BUILD_TYPE=Debug "
28
+ prepare = " cmake -G Ninja -B build -S . -DCMAKE_BUILD_TYPE=RelWithDebInfo "
29
29
clean = { cmd = " rm -rf build bin CMakeFiles/" }
30
- build = { cmd = " mkdir -p bin && cmake --build build --config Debug --target all" , depends_on = [
30
+ build = { cmd = " mkdir -p bin && cmake --build build --config RelWithDebInfo --target all" , depends_on = [
31
31
" prepare" ,
32
32
] }
33
33
run = { cmd = " build/rerun_ext_example" , depends_on = [" build" ] }
You can’t perform that action at this time.
0 commit comments