default to "ON" for options without explicit value definition (#96)

* default to "ON" for options without explicit value definition

* increment CPM version

* compare the correct lengths
This commit is contained in:
Lars Melchior
2020-02-06 11:50:55 +01:00
committed by GitHub
parent f8d4e959bb
commit 775a235880
2 changed files with 10 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ CPMAddPackage(
VERSION 1.8.1
OPTIONS
"INSTALL_GTEST OFF"
"gtest_force_shared_crt ON"
"gtest_force_shared_crt"
)
# ---- Create binary ----