This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch feature/cxx in repository https://gitbox.apache.org/repos/asf/celix.git
commit d80808b4326f150a0933959e4917630ca07c6b7c Author: Pepijn Noltes <pepijnnol...@gmail.com> AuthorDate: Thu Jan 3 22:50:44 2019 +0100 CELIX-438: Updates travis config --- libs/registry/gtest/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/libs/registry/gtest/CMakeLists.txt b/libs/registry/gtest/CMakeLists.txt index cdf666b..b534c50 100644 --- a/libs/registry/gtest/CMakeLists.txt +++ b/libs/registry/gtest/CMakeLists.txt @@ -15,8 +15,6 @@ # specific language governing permissions and limitations # under the License. -find_package(glog REQUIRED) - set(SOURCES src/main.cc src/Registry_tests.cc