diff options
| author | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-12-29 09:32:05 +0000 |
|---|---|---|
| committer | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-12-29 09:32:05 +0000 |
| commit | 0bb13ddf57c968db37a997851650d768641b3528 (patch) | |
| tree | 0b3dd27853b1ba435e5718a4be3c352cf9b71da3 /src/bin | |
| parent | e0c10d684e412a71f9da9bafdde728c94ae9e8aa (diff) | |
Really fix the reverting back to r1870.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1874 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/bin')
| -rw-r--r-- | src/bin/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | src/bin/anoperc.cmake (renamed from src/bin/anoperc.in) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/CMakeLists.txt b/src/bin/CMakeLists.txt index e6aea4ec4..34044ddf9 100644 --- a/src/bin/CMakeLists.txt +++ b/src/bin/CMakeLists.txt @@ -1,6 +1,6 @@ # If not on Windows, generate anoperc and install it along with mydbgen if(NOT WIN32) - configure_file(${Anope_SOURCE_DIR}/src/bin/anoperc.in ${Anope_BINARY_DIR}/src/bin/anoperc) + configure_file(${Anope_SOURCE_DIR}/src/bin/anoperc.cmake ${Anope_BINARY_DIR}/src/bin/anoperc) install(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/anoperc DESTINATION . ) diff --git a/src/bin/anoperc.in b/src/bin/anoperc.cmake index 02c5bf18e..02c5bf18e 100644 --- a/src/bin/anoperc.in +++ b/src/bin/anoperc.cmake |
