Skip to content

Commit 2da0d73

Browse files
committed
build: cmrc is only required for tests
1 parent 7b53e40 commit 2da0d73

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ cpmaddpackage(
6969
)
7070
cpmaddpackage("gh:fmtlib/fmt#11.2.0")
7171
cpmaddpackage("gh:odygrd/[email protected]")
72-
cpmaddpackage("gh:vector-of-bool/cmrc#952ffddba731fc110bd50409e8d2b8a06abbd237")
7372
cpmaddpackage("gh:skypjack/[email protected]")
7473
cpmaddpackage(URI "gh:CLIUtils/[email protected]" OPTIONS "CLI11_PRECOMPILED ON")
7574
cpmaddpackage(URI "gh:NVIDIA/stdexec#0d0a15c669cbd2571248536a7e70524d8b7071aa" OPTIONS "STDEXEC_BUILD_TESTS OFF" "STDEXEC_BUILD_EXAMPLES OFF" "STDEXEC_ENABLE_ASIO ON"
@@ -80,6 +79,8 @@ cpmaddpackage("gh:nothings/stb#f0569113c93ad095470c54bf34a17b36646bbbb5")
8079
set(Stb_INCLUDE_DIR "$<BUILD_INTERFACE:${stb_SOURCE_DIR}>")
8180
cpmaddpackage("gh:pybind/[email protected]")
8281
if(BUILD_TESTING)
82+
cpmaddpackage("gh:vector-of-bool/cmrc#952ffddba731fc110bd50409e8d2b8a06abbd237"
83+
)
8384
cpmaddpackage("gh:catchorg/[email protected]")
8485
cpmaddpackage("gh:boost-ext/[email protected]")
8586
endif()

0 commit comments

Comments
 (0)