mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-14 18:02:31 +08:00
Update cmake/FDBComponents.cmake
This commit is contained in:
parent
82fcefcb7b
commit
08eaa4bc8a
@ -121,7 +121,6 @@ endif()
|
|||||||
|
|
||||||
# TOML can download and install itself into the binary directory, so it should
|
# TOML can download and install itself into the binary directory, so it should
|
||||||
# always be available.
|
# always be available.
|
||||||
#find_package(TOML11)
|
|
||||||
find_package(toml11 QUIET)
|
find_package(toml11 QUIET)
|
||||||
if(toml11_FOUND)
|
if(toml11_FOUND)
|
||||||
add_library(toml11_target INTERFACE)
|
add_library(toml11_target INTERFACE)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user