diff --git a/.gitignore b/.gitignore index 21a2bbcc..14643ad2 100644 --- a/.gitignore +++ b/.gitignore @@ -41,6 +41,6 @@ docs/source/api _build/ Debug/ Release/ - +install/ # Users commonly store their specific CMake settings in a toolchain file toolchain.cmake diff --git a/CMakeLists.txt b/CMakeLists.txt index b39e8db6..66157314 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -135,7 +135,3 @@ if("${BUILD_TESTING}") endif() cmaize_add_package(${PROJECT_NAME} NAMESPACE nwx::) -install( - FILES ${CMAKE_BINARY_DIR}/config.hpp - DESTINATION include/${PROJECT_NAME} -)