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

9 lines
392 B
CMake

# This file contains checks which are used to implement portable
# utility functions. The results of these check are assembled in the
# generated header "ert/util/build_config.h" - that header is NOT part
# of the public api and it should only be included from source files
# as part of the compilation.
#
# Check which affect the final api are implemented in the
# ert_api_check.cmake file.