mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-31 11:08:22 +08:00
mdbx-cmake: избегаем двойной работы compiler.cmake
без необходимости.
This commit is contained in:
parent
9d7495fa09
commit
6ccbce9afc
@ -1,8 +1,10 @@
|
||||
# Copyright (c) 2020-2025 Леонид Юрьев aka Leonid Yuriev <leo@yuriev.ru> ###############################################
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
enable_language(CXX)
|
||||
include(../cmake/compiler.cmake)
|
||||
if(NOT CMAKE_CXX_COMPILER_LOADED)
|
||||
enable_language(CXX)
|
||||
include(../cmake/compiler.cmake)
|
||||
endif()
|
||||
|
||||
function(add_extra_test name)
|
||||
set(options DISABLED)
|
||||
|
Loading…
x
Reference in New Issue
Block a user