mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 11:04:10 -04:00
dev-cpp/fkYAML: add 0.4.2_p20250522
Signed-off-by: Pavel Sobolev <contact@paveloom.dev>
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
From: Pavel Sobolev <contact@paveloom.dev>
|
||||
Subject: [PATCH] Use system `Catch2`.
|
||||
|
||||
Signed-off-by: Pavel Sobolev <contact@paveloom.dev>
|
||||
|
||||
--- a/tests/CMakeLists.txt
|
||||
+++ b/tests/CMakeLists.txt
|
||||
@@ -1,5 +1,4 @@
|
||||
-set(CATCH2_ROOT_DIR "${PROJECT_SOURCE_DIR}/thirdparty/Catch2")
|
||||
-list(APPEND CMAKE_MODULE_PATH "${CATCH2_ROOT_DIR}/contrib")
|
||||
+find_package(Catch2 REQUIRED)
|
||||
|
||||
add_subdirectory(unit_test)
|
||||
Reference in New Issue
Block a user