Skip to content

Commit

Permalink
uncommented 129 in cmakelists
Browse files Browse the repository at this point in the history
  • Loading branch information
gitting-around committed Oct 22, 2024
1 parent 1759d63 commit 45cdde5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ add_subdirectory(thirdparty/googletest)
#execute_process(COMMAND ${CMAKE_EXECUTABLE} thirdparty/rapidjson -DCMAKE_INSTALL_PREFIX="${CMAKE_CURRENT_SOURCE_DIR}/build/install/thirdparty/rapidjson" WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/build/thirdparty/rapidjson")
#execute_process(COMMAND ${CMAKE_EXECUTABLE} --build "${CMAKE_CURRENT_SOURCE_DIR}/build/thirdparty/rapidjson" --target install)

#add_subdirectory(thirdparty/xerces-c)
add_subdirectory(thirdparty/xerces-c)

#set(BUILD_EXAMPLES OFF CACHE BOOL "" FORCE)
#set(BUILD_SHARED_LIBS OFF CACHE BOOL "" FORCE)
Expand Down

0 comments on commit 45cdde5

Please sign in to comment.