mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-31 16:48:20 +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> ###############################################
|
# Copyright (c) 2020-2025 Леонид Юрьев aka Leonid Yuriev <leo@yuriev.ru> ###############################################
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
enable_language(CXX)
|
if(NOT CMAKE_CXX_COMPILER_LOADED)
|
||||||
include(../cmake/compiler.cmake)
|
enable_language(CXX)
|
||||||
|
include(../cmake/compiler.cmake)
|
||||||
|
endif()
|
||||||
|
|
||||||
function(add_extra_test name)
|
function(add_extra_test name)
|
||||||
set(options DISABLED)
|
set(options DISABLED)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user