lgtm.yml: It's -DBUILD_TESTING=ON, not -DBUILD_TEST=ON.

This commit is contained in:
David Korth 2020-06-28 02:39:07 -04:00
parent 61999700a7
commit 2456998a09

View File

@ -12,4 +12,4 @@ queries:
extraction:
cpp:
configure:
command: cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_TEST=ON
command: cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=ON