Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 858253 Details for
Bug 893168
dev-cpp/catch ebuild enables CATCH_DEVELOPMENT_BUILD which seems meant for catch2 developers External
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
001-Disable-CATCH_DEVELOPMENT_BUILD.patch (text/plain), 675 bytes, created by
Luis Cáceres
on 2023-03-18 20:34:54 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Luis Cáceres
Created:
2023-03-18 20:34:54 UTC
Size:
675 bytes
patch
obsolete
>diff --git a/CMakeLists.txt b/CMakeLists.txt >index 2b61c36..d934806 100644 >--- a/CMakeLists.txt >+++ b/CMakeLists.txt >@@ -12,6 +12,8 @@ option(CATCH_INSTALL_DOCS "Install documentation alongside library" ON) > option(CATCH_INSTALL_EXTRAS "Install extras (CMake scripts, debugger helpers) alongside library" ON) > option(CATCH_DEVELOPMENT_BUILD "Build tests, enable warnings, enable Werror, etc" OFF) > >+set(CATCH_DEVELOPMENT_BUILD OFF) >+ > include(CMakeDependentOption) > cmake_dependent_option(CATCH_BUILD_TESTING "Build the SelfTest project" ON "CATCH_DEVELOPMENT_BUILD" OFF) > cmake_dependent_option(CATCH_BUILD_EXAMPLES "Build code examples" OFF "CATCH_DEVELOPMENT_BUILD" OFF)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 893168
: 858253