fix: actually fix toml++ on fedora
oops Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
This commit is contained in:
@@ -337,7 +337,7 @@ if(NOT LibArchive_FOUND)
|
|||||||
pkg_check_modules(libarchive REQUIRED IMPORTED_TARGET libarchive)
|
pkg_check_modules(libarchive REQUIRED IMPORTED_TARGET libarchive)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
find_package(tomlplusplus 3.2.0 REQUIRED)
|
find_package(tomlplusplus 3.2.0)
|
||||||
# fallback to pkgconfig, important especially as many distros package toml++ built with meson
|
# fallback to pkgconfig, important especially as many distros package toml++ built with meson
|
||||||
if(NOT tomlplusplus_FOUND)
|
if(NOT tomlplusplus_FOUND)
|
||||||
find_package(PkgConfig REQUIRED)
|
find_package(PkgConfig REQUIRED)
|
||||||
|
|||||||
Reference in New Issue
Block a user