summaryrefslogtreecommitdiff
path: root/src/bin
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin')
-rw-r--r--src/bin/CMakeLists.txt6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/bin/CMakeLists.txt b/src/bin/CMakeLists.txt
index 22bcc08bf..5b50147ee 100644
--- a/src/bin/CMakeLists.txt
+++ b/src/bin/CMakeLists.txt
@@ -4,9 +4,5 @@ if(NOT WIN32)
install(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/anoperc
DESTINATION bin
)
- # Add anoperc to list of files for CPack to ignore
- add_to_cpack_ignored_files("anoperc$")
- install(PROGRAMS ${CMAKE_CURRENT_SOURCE_DIR}/mydbgen
- DESTINATION data
- )
+
endif(NOT WIN32)