Commit 3a87eaa4 by Maarten L. Hekkelman

include utility

exclude from all for gxrio
parent 143eb57f
...@@ -154,7 +154,7 @@ list(APPEND CIFPP_REQUIRED_LIBRARIES ${STDCPPATOMIC_LIBRARY}) ...@@ -154,7 +154,7 @@ list(APPEND CIFPP_REQUIRED_LIBRARIES ${STDCPPATOMIC_LIBRARY})
if(NOT PDB_REDO_META) if(NOT PDB_REDO_META)
find_package(gxrio QUIET) find_package(gxrio QUIET)
if(NOT gxrio_FOUND) if(NOT gxrio_FOUND)
add_git_submodule(gxrio) add_git_submodule(gxrio EXCLUDE_FROM_ALL)
endif() endif()
endif() endif()
......
...@@ -33,6 +33,7 @@ ...@@ -33,6 +33,7 @@
#include <limits> #include <limits>
#include <memory> #include <memory>
#include <optional> #include <optional>
#include <utility>
#include <cif++/forward_decl.hpp> #include <cif++/forward_decl.hpp>
#include <cif++/text.hpp> #include <cif++/text.hpp>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment