diff options
Diffstat (limited to 'eclass/cmake.eclass')
| -rw-r--r-- | eclass/cmake.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/cmake.eclass b/eclass/cmake.eclass index 5e5418bc49f..692cbde20c8 100644 --- a/eclass/cmake.eclass +++ b/eclass/cmake.eclass @@ -460,6 +460,7 @@ cmake_src_configure() { set(Python3_FIND_UNVERSIONED_NAMES FIRST CACHE STRING "") set(FETCHCONTENT_FULLY_DISCONNECTED ON CACHE BOOL "") set(CMAKE_DISABLE_PRECOMPILE_HEADERS ON CACHE BOOL "") + set(CMAKE_TLS_VERIFY ON CACHE BOOL "") _EOF_ if [[ -n ${_ECM_ECLASS} ]]; then |
