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 89edab7 commit 17d5410
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.0.2.21
DESCRIPTION "TLS/SSL and crypto library"
Expand Down

0 comments on commit 17d5410

Please sign in to comment.