Skip to content

Commit 2d36a94

Browse files
authored
Merge pull request #211 from NWChemEx/remove_config_install
Removes stale code for installing config.hpp
2 parents a9558c8 + 0ac9af8 commit 2d36a94

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ docs/source/api
4141
_build/
4242
Debug/
4343
Release/
44-
44+
install/
4545
# Users commonly store their specific CMake settings in a toolchain file
4646
toolchain.cmake

CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,3 @@ if("${BUILD_TESTING}")
135135
endif()
136136

137137
cmaize_add_package(${PROJECT_NAME} NAMESPACE nwx::)
138-
install(
139-
FILES ${CMAKE_BINARY_DIR}/config.hpp
140-
DESTINATION include/${PROJECT_NAME}
141-
)

0 commit comments

Comments
 (0)