Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
vztpv authored Jan 27, 2024
1 parent c0862e0 commit ac89630
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ FetchContent_GetProperties(Mimalloc)
if(NOT Mimalloc_POPULATED)
FetchContent_Populate(Mimalloc)
set(gtest_build_test OFF CACHE BOOL "Enable gtest tests" FORCE)
# add_subdirectory(${mimalloc_SOURCE_DIR} EXCLUDE_FROM_ALL)
endif()


Expand All @@ -61,7 +60,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} EXCLUDE_FROM_ALL)
endif()

# header..
Expand Down

0 comments on commit ac89630

Please sign in to comment.