Skip to content

Commit aa4f3b0

Browse files
committed
Merge branch 'master' of github.com:cschreib/fastpp
2 parents b8bb238 + 92148ed commit aa4f3b0

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

CMakeLists.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ endif()
2828
ExternalProject_Add(cfitsio
2929
SOURCE_DIR ${PROJECT_SOURCE_DIR}/external/cfitsio
3030
DOWNLOAD_DIR ${PROJECT_SOURCE_DIR}/external/cfitsio
31-
GIT_REPOSITORY https://github.com/HEASARC/cfitsio.git
32-
GIT_TAG ff6bdb0c2f891ae6709f6bb2378e24e005b7c92b
31+
GIT_REPOSITORY https://github.com/cschreib/cfitsio.git
32+
GIT_TAG 9a9fbdba78f5583795f995c0f43007c191ff1b91
3333
CMAKE_ARGS
3434
-DBUILD_SHARED_LIBS=OFF
3535
-DUSE_PTHREADS=ON
@@ -38,8 +38,7 @@ ExternalProject_Add(cfitsio
3838
-DCMAKE_INSTALL_PREFIX=${PROJECT_SOURCE_DIR}/external
3939
-DCMAKE_C_COMPILER=${CMAKE_C_COMPILER}
4040
-DCMAKE_CXX_COMPILER=${CMAKE_CXX_COMPILER}
41-
-DCMAKE_BUILD_TYPE=Release
42-
-DCMAKE_C_FLAGS="-DHAVE_UNISTD_H")
41+
-DCMAKE_BUILD_TYPE=Release)
4342

4443
# Configure and build vif
4544
ExternalProject_Add(vif

0 commit comments

Comments
 (0)