https://bugzilla.redhat.com/show_bug.cgi?id=2130903



--- Comment #6 from Sergey <[email protected]> ---
(In reply to Benson Muite from comment #4)

> Comments:
> a) GTest is available in Fedora:
> https://packages.fedoraproject.org/pkgs/gtest/gtest/
> 
> Following:
> https://stackoverflow.com/questions/59668661/how-to-find-google-test-with-
> find-package-using-cmake-on-windows
> 
> Remove lines 141-144 of CPP/CMakeLists.txt
>   include(GoogleTest)
> 
>   add_subdirectory("${PROJECT_SOURCE_DIR}/Tests/googletest/")
>   set_target_properties(gtest gtest_main PROPERTIES FOLDER GTest)
> 
> and in their place put:
>  find_package(GTest REQUIRED)

Benson, thank you for the links.

Done, links in the OP are updated. Though ELN build now fails due to the
missing gtest (any version).

Regards,
Sergey


-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
https://bugzilla.redhat.com/show_bug.cgi?id=2130903
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to