Commit 15cad65 1 parent 8c3abf6 commit 15cad65 Copy full SHA for 15cad65
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ project(CUDAQX
16
16
LANGUAGES C CXX)
17
17
18
18
set (CUDAQX_ALL_LIBS "qec;solvers" )
19
- set (CUDAQX_ENABLE_LIBS "" CACHE STRING
19
+ set (CUDAQX_ENABLE_LIBS "all " CACHE STRING
20
20
"Semicolon-separated list of libs to build (${CUDAQX_ALL_LIBS} ), or \" all\" ." )
21
21
22
22
# We don't want to handle "all" later, thus expand it here.
@@ -45,9 +45,9 @@ include(CUDA-QX)
45
45
# Options
46
46
# ==============================================================================
47
47
48
- option (CUDAQX_INCLUDE_TESTS "Generate build targets for unit tests." OFF )
49
- option (CUDAQX_INCLUDE_DOCS "Generate build targets for the docs." OFF )
50
- option (CUDAQX_BINDINGS_PYTHON "Generate build targets for python bindings." OFF )
48
+ option (CUDAQX_INCLUDE_TESTS "Generate build targets for unit tests." ON )
49
+ option (CUDAQX_INCLUDE_DOCS "Generate build targets for the docs." ON )
50
+ option (CUDAQX_BINDINGS_PYTHON "Generate build targets for python bindings." ON )
51
51
52
52
# Top-level External Dependencies
53
53
# ==============================================================================
You can’t perform that action at this time.
0 commit comments