From e9950f68921b5c46ec72f543f9dc1cbf317f9728 Mon Sep 17 00:00:00 2001 From: Johannes Theiner Date: Tue, 4 Dec 2018 15:12:13 +0100 Subject: [PATCH] gut, dann bleibt das halt da --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e90e94f..6ef7013 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,7 +19,7 @@ if(DOXYGEN_FOUND) ) endif(DOXYGEN_FOUND) -#[[ + # Download and unpack googletest at configure time configure_file(CMakeLists.txt.in googletest-download/CMakeLists.txt) execute_process(COMMAND ${CMAKE_COMMAND} -G "${CMAKE_GENERATOR}" . @@ -56,7 +56,6 @@ endif() #add_executable(example example.cpp) #target_link_libraries(example gtest_main) #add_test(NAME example_test COMMAND example) -]] add_subdirectory(src)