Skip to content

Commit 6b4dd56

Browse files
committed
Remove extra -D from lgtm flags
1 parent 40eb3a7 commit 6b4dd56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.lgtm.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ extraction:
1919
configure:
2020
command:
2121
- mkdir build
22-
- cmake -D ENABLE_LARGE_TESTS:BOOL=FALSE -D OPT_ENABLE_COVERAGE:BOOL=TRUE -D ENABLE_DEVELOPER_MODE:BOOL=FALSE -D -D CMAKE_BUILD_TYPE:STRING=Debug -S . -B build
22+
- cmake -D ENABLE_LARGE_TESTS:BOOL=FALSE -D OPT_ENABLE_COVERAGE:BOOL=TRUE -D ENABLE_DEVELOPER_MODE:BOOL=FALSE -D CMAKE_BUILD_TYPE:STRING=Debug -S . -B build
2323
index:
2424
build_command: cmake --build ./build -- -j2

0 commit comments

Comments
 (0)