Skip to content

Commit

Permalink
kill add_subdirectory use
Browse files Browse the repository at this point in the history
Signed-off-by: Fs <[email protected]>
  • Loading branch information
Fsu0413 committed Oct 12, 2024
1 parent f275a6d commit 4194641
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

cmake_minimum_required(VERSION 3.22)

if (DEFINED PROJECT_NAME)
message(FATAL_ERROR "Please build this project separately. add_subdirectory won't be supported.")
endif()

project(OpenSSL
VERSION 1.1.0.12
DESCRIPTION "TLS/SSL and crypto library"
Expand Down

0 comments on commit 4194641

Please sign in to comment.