From 74f55707f8ec57e1ba58e66a3ad0157d846eaf32 Mon Sep 17 00:00:00 2001 From: tastytea Date: Fri, 13 Sep 2019 16:59:15 +0200 Subject: [PATCH] Remove unnecessary includes in CMake recipe. --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6b1b467..f3a37d3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,9 +19,6 @@ endif() include(GNUInstallDirs) -include_directories(${PROJECT_SOURCE_DIR}/src) -include_directories(${PROJECT_BINARY_DIR}) - install(FILES README.md DESTINATION ${CMAKE_INSTALL_DOCDIR}) add_subdirectory(src)