ResInsight/ThirdParty/Ert/cmake/ert_api_check.cmake
2017-06-22 11:51:46 +02:00

13 lines
529 B
CMake

# This file contains feature checks which affect the API of the final
# product; i.e. if the test for zlib fails the function
# buffer_fwrite_compressed() will not be available in the final
# installation.
#
# The results of these tests will be assembled in the
# ert/util/ert_api_config.h header; all the symbols in that header will
# have a ERT_ prefix. The generated header is part of the api and can be
# included by other header files in the ert source.
#-----------------------------------------------------------------