Skip to content

Commit

Permalink
Trying to fix a bug where it wasn't finding cfitio.h
Browse files Browse the repository at this point in the history
  • Loading branch information
rbmetcalf committed Feb 5, 2020
1 parent 601ff81 commit 83bf674
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ include(GLAMER)
find_package(Threads)

if(ENABLE_FITS)
##find_package(cfitsio REQUIRED)
find_package(CFITSIO REQUIRED)
include_directories(${CFITSIO_INCLUDE_DIRS})
endif()

if(ENABLE_FFTW)
Expand Down

0 comments on commit 83bf674

Please sign in to comment.