Skip to content

Commit

Permalink
Moved CMake files in top-level folder (part 2)
Browse files Browse the repository at this point in the history
Some additional CMake files in the top-level folder have been
moved into cmake folder.

Change-Id: I5cecb9d862e399ccb41e1c382034cbbb69966a23
  • Loading branch information
edewata committed Apr 6, 2018
1 parent e9ba621 commit 0c544c6
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,12 @@ endif ()

# config.h checks
include(ConfigureChecks)
configure_file(config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config.h)
configure_file(cmake/config.h.in ${CMAKE_CURRENT_BINARY_DIR}/config.h)

add_definitions(-DHAVE_CONFIG_H)

# uninstall target
configure_file("${CMAKE_CURRENT_SOURCE_DIR}/cmake_uninstall.cmake.in"
configure_file("${CMAKE_CURRENT_SOURCE_DIR}/cmake/cmake_uninstall.cmake.in"
"${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake"
IMMEDIATE @ONLY)

Expand Down
2 changes: 0 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ These directories contain the following:

CMakeLists.txt
COPYING
cmake_uninstall.cmake.in
config.h.cmake
cmake/ - These files and this directory contain
the top-level files necessary to integrate
the CMake build system in pki.
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 0c544c6

Please sign in to comment.