MantisBT - CMake | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0014151 | CMake | Modules | public | 2013-05-16 16:56 | 2016-06-10 14:31 |
Reporter | Miłosz Kosobucki | ||||
Assigned To | Philip Lowman | ||||
Priority | normal | Severity | feature | Reproducibility | always |
Status | closed | Resolution | moved | ||
Platform | OS | OS Version | |||
Product Version | CMake 2.8.10.2 | ||||
Target Version | Fixed in Version | ||||
Summary | 0014151: FindGTest module should try to find sources in addition to binaries | ||||
Description | It would be nice, if FindGTest module could find directory with sources of Google Test Framework. FAQ on GTest website clearly states, that GTest should not be compiled system wide, and that's what CMake currently assumes. Instead, GTest should be statically compiled to each executable to make sure that the compiler flags of GTest and tested executable are the same (http://code.google.com/p/googletest/wiki/FAQ#Why_is_it_not_recommended_to_install_a_pre-compiled_copy_of_Goog [^]) When found, there could be some GTEST_SOURCES_DIRECTORY which then could be added with ADD_SUBDIRECTORY and compiled along the project as per FAQ suggestion | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | 0001-FindGTest-source-lookup-added.patch (2,630) 2014-02-26 07:18 https://public.kitware.com/Bug/file/5081/0001-FindGTest-source-lookup-added.patch 0001-FindGTest-source-lookup-added-v2.patch (2,699) 2014-02-26 08:22 https://public.kitware.com/Bug/file/5083/0001-FindGTest-source-lookup-added-v2.patch | ||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2013-05-16 16:56 | Miłosz Kosobucki | New Issue | |||
2013-05-16 16:58 | Miłosz Kosobucki | Note Added: 0033080 | |||
2013-05-17 08:13 | Brad King | Assigned To | => Philip Lowman | ||
2013-05-17 08:13 | Brad King | Status | new => assigned | ||
2014-02-26 07:18 | Nikolay Orliuk | File Added: 0001-FindGTest-source-lookup-added.patch | |||
2014-02-26 08:22 | Nikolay Orliuk | File Added: 0001-FindGTest-source-lookup-added-v2.patch | |||
2014-02-26 08:25 | Stephen Kelly | Relationship added | related to 0014503 | ||
2014-02-26 08:31 | Stephen Kelly | Relationship deleted | related to 0014503 | ||
2016-06-10 14:28 | Kitware Robot | Note Added: 0042282 | |||
2016-06-10 14:28 | Kitware Robot | Status | assigned => resolved | ||
2016-06-10 14:28 | Kitware Robot | Resolution | open => moved | ||
2016-06-10 14:31 | Kitware Robot | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|