hobuinc/laz-perf

"make install" also installs gtest

wonder-sk opened this issue · 1 comments

When using the latest master, make install will also add gtest files to installation include, lib dirs. I guess that should not be happening?

-- Installing: /home/martin/inst/laz-perf-inst/lib/cmake/GTest/GTestTargets.cmake
-- Installing: /home/martin/inst/laz-perf-inst/lib/cmake/GTest/GTestTargets-release.cmake
-- Installing: /home/martin/inst/laz-perf-inst/lib/cmake/GTest/GTestConfigVersion.cmake
-- Installing: /home/martin/inst/laz-perf-inst/lib/cmake/GTest/GTestConfig.cmake
-- Up-to-date: /home/martin/inst/laz-perf-inst/include
-- Installing: /home/martin/inst/laz-perf-inst/include/gtest
-- Installing: /home/martin/inst/laz-perf-inst/include/gtest/gtest-printers.h
-- Installing: /home/martin/inst/laz-perf-inst/include/gtest/gtest-param-test.h
-- Installing: /home/martin/inst/laz-perf-inst/include/gtest/internal
-- Installing: /home/martin/inst/laz-perf-inst/include/gtest/internal/gtest-string.h
-- Installing: /home/martin/inst/laz-perf-inst/include/gtest/internal/gtest-port-arch.h
-- Installing: /home/martin/inst/laz-perf-inst/include/gtest/internal/gtest-filepath.h
-- Installing: /home/martin/inst/laz-perf-inst/include/gtest/internal/custom
-- Installing: /home/martin/inst/laz-perf-inst/include/gtest/internal/custom/gtest-printers.h
-- Installing: /home/martin/inst/laz-perf-inst/include/gtest/internal/custom/gtest-port.h
-- Installing: /home/martin/inst/laz-perf-inst/include/gtest/internal/custom/gtest.h
-- Installing: /home/martin/inst/laz-perf-inst/include/gtest/internal/custom/README.md
-- Installing: /home/martin/inst/laz-perf-inst/include/gtest/internal/gtest-internal.h
-- Installing: /home/martin/inst/laz-perf-inst/include/gtest/internal/gtest-param-util.h
-- Installing: /home/martin/inst/laz-perf-inst/include/gtest/internal/gtest-type-util.h
-- Installing: /home/martin/inst/laz-perf-inst/include/gtest/internal/gtest-death-test-internal.h
-- Installing: /home/martin/inst/laz-perf-inst/include/gtest/internal/gtest-port.h
-- Installing: /home/martin/inst/laz-perf-inst/include/gtest/gtest-typed-test.h
-- Installing: /home/martin/inst/laz-perf-inst/include/gtest/gtest-test-part.h
-- Installing: /home/martin/inst/laz-perf-inst/include/gtest/gtest_pred_impl.h
-- Installing: /home/martin/inst/laz-perf-inst/include/gtest/gtest-matchers.h
-- Installing: /home/martin/inst/laz-perf-inst/include/gtest/gtest_prod.h
-- Installing: /home/martin/inst/laz-perf-inst/include/gtest/gtest-spi.h
-- Installing: /home/martin/inst/laz-perf-inst/include/gtest/gtest.h
-- Installing: /home/martin/inst/laz-perf-inst/include/gtest/gtest-death-test.h
-- Installing: /home/martin/inst/laz-perf-inst/include/gtest/gtest-message.h
-- Installing: /home/martin/inst/laz-perf-inst/lib/libgtest.a
-- Installing: /home/martin/inst/laz-perf-inst/lib/libgtest_main.a
-- Installing: /home/martin/inst/laz-perf-inst/lib/pkgconfig/gtest.pc
-- Installing: /home/martin/inst/laz-perf-inst/lib/pkgconfig/gtest_main.pc
hobu commented

Addressed in #125