File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ endif()
28
28
ExternalProject_Add(cfitsio
29
29
SOURCE_DIR ${PROJECT_SOURCE_DIR} /external/cfitsio
30
30
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
33
33
CMAKE_ARGS
34
34
-DBUILD_SHARED_LIBS=OFF
35
35
-DUSE_PTHREADS=ON
@@ -38,8 +38,7 @@ ExternalProject_Add(cfitsio
38
38
-DCMAKE_INSTALL_PREFIX=${PROJECT_SOURCE_DIR} /external
39
39
-DCMAKE_C_COMPILER=${CMAKE_C_COMPILER}
40
40
-DCMAKE_CXX_COMPILER=${CMAKE_CXX_COMPILER}
41
- -DCMAKE_BUILD_TYPE=Release
42
- -DCMAKE_C_FLAGS="-DHAVE_UNISTD_H" )
41
+ -DCMAKE_BUILD_TYPE=Release)
43
42
44
43
# Configure and build vif
45
44
ExternalProject_Add(vif
You can’t perform that action at this time.
0 commit comments