Skip to content

Commit

Permalink
Disable system-toml support for now.
Browse files Browse the repository at this point in the history
(Latest version is incompatible with the one that's included here.)
  • Loading branch information
0-wiz-0 committed Nov 22, 2023
1 parent 6bf2553 commit 0e825d3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@ if(NOT SQLite3_FOUND)
message(ERROR "-- sqlite3 library not found (required)")
endif()

find_package(tomlplusplus QUIET)
if (tomlplusplus_FOUND)
message(STATUS "Using system TOML++")
set(HAVE_TOMLPLUSPLUS 1)
else()
message(STATUS "Using included TOML++")
endif()
#find_package(tomlplusplus QUIET)
#if (tomlplusplus_FOUND)
# message(STATUS "Using system TOML++")
# set(HAVE_TOMLPLUSPLUS 1)
#else()
# message(STATUS "Using included TOML++")
#endif()

if(LibXml2_FOUND)
set(HAVE_LIBXML2 1)
Expand Down

0 comments on commit 0e825d3

Please sign in to comment.