mirror of
https://github.com/google/googletest.git
synced 2025-12-13 15:10:01 +08:00
Merge 4cc8240c5a38a0fd7a5af52ccf65f1bb585c4b3c into d144031940543e15423a25ae5a8a74141044862f
This commit is contained in:
commit
9d7a51faae
@ -1,6 +1,13 @@
|
||||
# Note: CMake support is community-based. The maintainers do not use CMake
|
||||
# internally.
|
||||
|
||||
if(" ${CMAKE_SOURCE_DIR}" STREQUAL " ${CMAKE_BINARY_DIR}")
|
||||
message(FATAL_ERROR "
|
||||
FATAL: In-source builds are not allowed.
|
||||
You should create a separate directory for build files.
|
||||
")
|
||||
endif()
|
||||
|
||||
cmake_minimum_required(VERSION 3.13)
|
||||
|
||||
project(googletest-distribution)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user