fcoulombe / googlemock

Automatically exported from code.google.com/p/googlemock
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

When configured to use a separate gtest build with --with-gtest flag, gmock doesn't install gtest in make install #41

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Configure and build gtest
2. Configure gmock: ../configure --with-gtest=<path-to-gtest-build-dir>
3. Build gmock
4. sudo make install

What is the expected output? What do you see instead?
make install is expected to install libraries and include files for gmock
_and_ gtest. Instead it installs libraries and include files for gmock only.

Original issue reported on code.google.com by vladlosev on 18 Mar 2009 at 11:59

GoogleCodeExporter commented 9 years ago

Original comment by vladlosev on 19 Mar 2009 at 12:01

GoogleCodeExporter commented 9 years ago
autotools has been shown the door.

Original comment by w...@google.com on 23 Dec 2009 at 6:54