mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-26 00:06:49 -06:00
13 lines
529 B
CMake
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.
|
||
|
|
||
|
#-----------------------------------------------------------------
|
||
|
|