Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
vztpv authored Oct 13, 2023
1 parent 2ecc81d commit 0c12485
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# CMake 프로그램의 최소 버전
cmake_minimum_required(VERSION 3.28)
cmake_minimum_required(VERSION 3.11)

# 프로젝트 정보
project(
Expand Down Expand Up @@ -61,7 +61,6 @@ FetchContent_GetProperties(RapidJSON)
if(NOT RapidJSON_POPULATED)
FetchContent_Populate(RapidJSON)
set(gtest_build_test OFF CACHE BOOL "Enable gtest tests" FORCE)
add_subdirectory(${RapidJSON_SOURCE_DIR} ${RapidJSON_BINARY_DIR} EXCLUDE_FROM_ALL)
endif()

# header..
Expand Down

0 comments on commit 0c12485

Please sign in to comment.