Skip to content

Commit b1c3e39

Browse files
committed
CMake: Fix RapidJSON target for non-MPI builds
1 parent d88b719 commit b1c3e39

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

source/source_io/CMakeLists.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,5 @@ if(BUILD_TESTING)
152152
endif()
153153

154154
if(ENABLE_RAPIDJSON)
155-
if(ENABLE_MPI)
156-
add_subdirectory(module_json)
157-
endif()
155+
add_subdirectory(module_json)
158156
endif()

0 commit comments

Comments
 (0)