diff options
author | Thomas White <taw@physics.org> | 2020-02-07 16:37:09 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2020-07-29 18:39:50 +0200 |
commit | 144c2940fae18cacd94afc0be9b56143773bdb3e (patch) | |
tree | 89b7ee3409b1b57181f3c886e53ed86622f645c4 /CMakeLists.txt | |
parent | 9a0a25a4c88ad7d5b62bf6b8c285ba957f98b28f (diff) |
Get rid of hdfsee
Will be replaced by something better soon(ish)...
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 23 |
1 files changed, 1 insertions, 22 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d51d5dc6..985b3596 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -61,7 +61,7 @@ endif () # If no version of GTK was found, try for GDK if (NOT GTK_FOUND) - message(STATUS "GTK not found. hdfsee and cell_explorer will not be compiled") + message(STATUS "GTK not found. cell_explorer will not be compiled") message(STATUS "Looking separately for GDK") pkg_search_module(GDK gdk-3.0) if (NOT GDK_FOUND) @@ -194,26 +194,6 @@ endif(HAVE_OPENCL) list(APPEND CRYSTFEL_EXECUTABLES pattern_sim) # ---------------------------------------------------------------------- -# hdfsee - -if (GTK_FOUND) - - set(HDFSEE_SOURCES src/hdfsee.c src/dw-hdfsee.c src/hdfsee-render.c) - add_executable(hdfsee ${HDFSEE_SOURCES}) - - target_include_directories(hdfsee PRIVATE ${COMMON_INCLUDES} ${GTK_INCLUDE_DIRS}) - target_link_libraries(hdfsee ${COMMON_LIBRARIES} ${GTK_LIBRARIES}) - - if (TIFF_FOUND) - target_include_directories(hdfsee PRIVATE ${TIFF_INCLUDE_DIRS}) - target_link_libraries(hdfsee ${TIFF_LIBRARIES}) - endif (TIFF_FOUND) - - list(APPEND CRYSTFEL_EXECUTABLES hdfsee) - -endif (GTK_FOUND) - -# ---------------------------------------------------------------------- # cell_explorer if (GTK_FOUND) @@ -408,7 +388,6 @@ install(FILES doc/man/compare_hkl.1 doc/man/geoptimiser.1 doc/man/get_hkl.1 - doc/man/hdfsee.1 doc/man/indexamajig.1 doc/man/list_events.1 doc/man/partialator.1 |