Update cmake/FDBComponents.cmake

This commit is contained in:
Markus Pilman 2020-10-22 17:00:59 -06:00 committed by GitHub
parent 82fcefcb7b
commit 08eaa4bc8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -121,7 +121,6 @@ endif()
# TOML can download and install itself into the binary directory, so it should
# always be available.
#find_package(TOML11)
find_package(toml11 QUIET)
if(toml11_FOUND)
add_library(toml11_target INTERFACE)