Skip to content

Commit 172d669

Browse files
committed
We do not properly test just library.
1 parent 6b85b9a commit 172d669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
justlib-gcc10:
122122
description: Build just the library, install it and do a basic test
123123
executor: gcc10
124-
environment: { CMAKE_FLAGS: -SIMDJSON_JUST_LIBRARY=ON }
124+
environment: { CMAKE_FLAGS: -DSIMDJSON_JUST_LIBRARY=ON }
125125
steps: [ cmake_build, cmake_install_test ]
126126
gcc10:
127127
description: Build and run tests on GCC 10 and AVX 2 with a cmake static build, this test performance regression

0 commit comments

Comments
 (0)