From 49de20aa5c34b86c6f1cd064d46aa5748d654b3d Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 30 Dec 2009 19:08:03 +0100 Subject: Fixed cmake warning. There is no CMakeLists.txt in tests and we don't build something in the root CMakeLists.txt. --- CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 57382311..77b44e25 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -61,10 +61,6 @@ configure_file(config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config.h) add_subdirectory(doc) add_subdirectory(include) add_subdirectory(libssh) -add_subdirectory(tests) - -# build samples -include_directories(${CMAKE_SOURCE_DIR}/include) # pkg-config file configure_file(libssh.pc.cmake ${CMAKE_CURRENT_BINARY_DIR}/libssh.pc) -- cgit v1.2.3