소스 검색

Update CMakeLists.txt

Murat Doğan 5 년 전
부모
커밋
8d9eeda6e5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -10,7 +10,7 @@ option(USE_NICE "Use libnice instead of libjuice" OFF)
 option(USE_SRTP "Enable SRTP for media support" OFF)
 option(NO_WEBSOCKET "Disable WebSocket support" OFF)
 option(NO_EXAMPLES "Disable examples" OFF)
-option(NO_TESTS "Disable tests build" ON)
+option(NO_TESTS "Disable tests build" OFF)
 
 if(USE_NICE)
 	option(USE_JUICE "Use libjuice" OFF)