aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2020-07-02 10:54:36 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2020-07-02 14:46:31 -0400
commit19416faaede8cbbb4802417de858e9d7563c9e7d (patch)
treea6c08cc41e023cbeafe0e1f872992acfeae99bef /CMakeLists.txt
parent5803dc0fdb911a67ad9ca1ef9600edc58331d55a (diff)
downloadsplitfits-19416faaede8cbbb4802417de858e9d7563c9e7d.tar.gz
Add circleci config
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5287d06..0f3a91d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.16)
+cmake_minimum_required(VERSION 3.1...3.16)
project(splitfits C)
set(CMAKE_C_STANDARD 99)
@@ -12,4 +12,4 @@ file(COPY ${TEST_FRAMEWORK} DESTINATION ${CMAKE_CURRENT_BINARY_DIR})
add_custom_target(check "${CMAKE_CURRENT_BINARY_DIR}/test.sh")
install(TARGETS splitfits
- RUNTIME)
+ RUNTIME DESTINATION bin)