mirror of
https://github.com/cpm-cmake/CPM.cmake.git
synced 2025-11-17 22:58:14 -05:00
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:
@@ -23,7 +23,7 @@ CPMAddPackage(
|
||||
VERSION 1.8.1
|
||||
OPTIONS
|
||||
"INSTALL_GTEST OFF"
|
||||
"gtest_force_shared_crt ON"
|
||||
"gtest_force_shared_crt"
|
||||
)
|
||||
|
||||
# ---- Create binary ----
|
||||
|
||||
Reference in New Issue
Block a user