File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ endif()
2828ExternalProject_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
4544ExternalProject_Add(vif
You can’t perform that action at this time.
0 commit comments