Files
ResInsight/ThirdParty/Ert/cmake/ert_build_check.cmake

9 lines
392 B
CMake
Raw Normal View History

# 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.