소스 검색

Add comment after #1417

Paul-Louis Ageneau 2 달 전
부모
커밋
7a4b6c2d1e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      CMakeLists.txt

+ 1 - 0
CMakeLists.txt

@@ -28,6 +28,7 @@ option(SCTP_DEBUG "Enable SCTP debugging output to verbose log" OFF)
 option(RTC_UPDATE_VERSION_HEADER "Enable updating the version header" OFF)
 
 if(NOT NO_MEDIA AND NOT PREFER_SYSTEM_LIB)
+	# libsrtp2 v2.7.0 requires cmake >= v3.21.0
 	if(CMAKE_VERSION VERSION_LESS 3.21)
 		message(FATAL_ERROR "CMake >= v3.21 is required to build libdatachannel with media support (with submodules).")
 	endif()