We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d75631f commit 59057e3Copy full SHA for 59057e3
CMakeLists.txt
@@ -38,7 +38,8 @@ ExternalProject_Add(cfitsio
38
-DCMAKE_INSTALL_PREFIX=${PROJECT_SOURCE_DIR}/external
39
-DCMAKE_C_COMPILER=${CMAKE_C_COMPILER}
40
-DCMAKE_CXX_COMPILER=${CMAKE_CXX_COMPILER}
41
- -DCMAKE_BUILD_TYPE=Release)
+ -DCMAKE_BUILD_TYPE=Release
42
+ -DCMAKE_C_FLAGS="-DHAVE_UNISTD_H")
43
44
# Configure and build vif
45
ExternalProject_Add(vif
0 commit comments