diff options
author | Thomas White <taw@physics.org> | 2020-07-03 10:31:55 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2020-07-29 18:53:45 +0200 |
commit | 0a09cfb254fad921b32be55f9946a6ca89946738 (patch) | |
tree | 11b146f788c110a3dba89cf1d3980e9df98c6012 /libcrystfel | |
parent | 92e189777e1c7443475973bf7c5304becb424b3e (diff) |
(Temporarily) disable pinkIndexer
Diffstat (limited to 'libcrystfel')
-rw-r--r-- | libcrystfel/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrystfel/CMakeLists.txt b/libcrystfel/CMakeLists.txt index 7e89ed7c..5374ae00 100644 --- a/libcrystfel/CMakeLists.txt +++ b/libcrystfel/CMakeLists.txt @@ -2,7 +2,7 @@ project(libcrystfel VERSION ${CRYSTFEL_SHORT_VERSION} LANGUAGES C) find_package(Curses) find_package(XGANDALF) -find_package(PINKINDEXER) +#find_package(PINKINDEXER) find_package(FDIP) find_package(ZLIB REQUIRED) find_package(FLEX REQUIRED) |