Skip to content

Commit 8717587

Browse files
committed
Specify -DCPPSM=1 so as to build the whole project
1 parent 1e38550 commit 8717587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/setup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ cmake-help-contains() {
4444

4545
# Generate ---------------------------------------------------------------------
4646

47-
GENERATE_CMD=(cmake "-Werror=dev" "-Werror=deprecated")
47+
GENERATE_CMD=(cmake "-Werror=dev" "-Werror=deprecated" "-DCPPSM=1")
4848
BUILD_DIR=".build"
4949

5050
# Compiler

0 commit comments

Comments
 (0)