Skip to content

Commit

Permalink
Temporarily disable fitstable datasource.
Browse files Browse the repository at this point in the history
Enabling both fitsimage and fitstable currently
breaks kst.  This needs to be fixed.
  • Loading branch information
netterfield committed May 22, 2014
1 parent 4e6298d commit 7495812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datasources/CMakeLists.txt
Expand Up @@ -25,7 +25,7 @@ endif()
if(cfitsio)
include_directories(${CFITSIO_INCLUDE_DIR})
kst_add_plugin(. fitsimage)
kst_add_plugin(. fitstable)
#kst_add_plugin(. fitstable)
#kst_add_plugin(. healpix)
kst_link(${CFITSIO_LIBRARIES})
endif()
Expand Down

0 comments on commit 7495812

Please sign in to comment.