Skip to content

Commit 6d2dc5d

Browse files
committed
Remove optional catch2 dep and add standard cmake flags
1 parent df085d1 commit 6d2dc5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

taskfiles/deps/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -516,13 +516,13 @@ tasks:
516516
run: "once"
517517
deps:
518518
- task: "boost"
519-
- task: "catch2"
520519
cmds:
521520
- task: "utils:install-remote-cmake-lib"
522521
vars:
523522
CMAKE_GEN_ARGS:
524523
- "-C {{.G_DEPS_CORE_CMAKE_SETTINGS_DIR}}/{{.G_BOOST_LIB_NAME}}.cmake"
525-
- "-C {{.G_DEPS_CORE_CMAKE_SETTINGS_DIR}}/{{.G_CATCH2_LIB_NAME}}.cmake"
524+
- "-DCMAKE_BUILD_TYPE=Release"
525+
- "-DCMAKE_INSTALL_MESSAGE=LAZY"
526526
- "-Dystdlib_BUILD_TESTING=OFF"
527527
LIB_NAME: "ystdlib"
528528
TARBALL_SHA256: "65990dc2bcc4a355c2181bfe31a7800f492309d1bcd340f52a34e85047e61bc8"

0 commit comments

Comments
 (0)