Use system toml11 library
This commit is contained in:
@@ -2,13 +2,7 @@
|
|||||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||||
|
|
||||||
FetchContent_Declare(toml11
|
find_package(toml11 REQUIRED)
|
||||||
GIT_REPOSITORY https://github.com/ToruNiina/toml11.git
|
|
||||||
GIT_TAG v4.4.0
|
|
||||||
GIT_PROGRESS TRUE
|
|
||||||
)
|
|
||||||
FetchContent_MakeAvailable(toml11)
|
|
||||||
|
|
||||||
find_package(Boost CONFIG COMPONENTS program_options REQUIRED)
|
find_package(Boost CONFIG COMPONENTS program_options REQUIRED)
|
||||||
|
|
||||||
add_executable(katja-cli main.cpp)
|
add_executable(katja-cli main.cpp)
|
||||||
|
|||||||
Reference in New Issue
Block a user