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)