mirror of
https://github.com/deskflow/deskflow.git
synced 2026-06-13 21:02:14 +08:00
build: fixed option name for SYSTEM_TOMLPLUSPLUS
This commit is contained in:
parent
3300e67913
commit
f8d14edcdb
@ -645,9 +645,9 @@ macro(configure_tomlplusplus)
|
||||
set(DEFAULT_SYSTEM_TOMLPLUSPLUS ON)
|
||||
endif()
|
||||
|
||||
option(DEFAULT_SYSTEM_TOMLPLUSPLUS "Use system tomlplusplus"
|
||||
option(SYSTEM_TOMLPLUSPLUS "Use system tomlplusplus"
|
||||
${DEFAULT_SYSTEM_TOMLPLUSPLUS})
|
||||
if(DEFAULT_SYSTEM_TOMLPLUSPLUS)
|
||||
if(SYSTEM_TOMLPLUSPLUS)
|
||||
message(VERBOSE "Using system tomlplusplus")
|
||||
find_package(tomlplusplus)
|
||||
if(tomlplusplus_FOUND)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user