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 d0c6d86 commit c0862e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ 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)
# add_subdirectory(${mimalloc_SOURCE_DIR} EXCLUDE_FROM_ALL)
endif()


Expand All @@ -61,7 +61,7 @@ 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)
# add_subdirectory(${rapidjson_SOURCE_DIR} EXCLUDE_FROM_ALL)
endif()

# header..
Expand Down

0 comments on commit c0862e0

Please sign in to comment.