Skip to content

Commit 59a0843

Browse files
bmhowe23bettinaheim
authored andcommitted
Update Crow to v1.2.0 and remove customization (#2039)
1 parent 8b381ed commit 59a0843

File tree

4 files changed

+1
-56
lines changed

4 files changed

+1
-56
lines changed

CMakeLists.txt

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -534,23 +534,6 @@ add_subdirectory(cmake)
534534
add_subdirectory(include)
535535
add_subdirectory(lib)
536536
if (NOT CUDAQ_DISABLE_RUNTIME)
537-
# Crow suffers from this issue when using libc++:
538-
# https://github.com/CrowCpp/Crow/issues/576
539-
# A workaround is applied depending on operating system rather then standard library specific.
540-
# Instead of OS specific fix, detect in code whether _LIBCPP_VERSION is defined and apply fix.
541-
# Only apply the patch if not already applied.
542-
execute_process(COMMAND ${GIT_EXECUTABLE} -C tpls/Crow/ apply ../customizations/Crow/json.h.diff --ignore-whitespace --reverse --check
543-
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
544-
RESULT_VARIABLE GIT_PATCH_RESULT
545-
ERROR_QUIET)
546-
if (NOT GIT_PATCH_RESULT EQUAL "0")
547-
execute_process(COMMAND ${GIT_EXECUTABLE} -C tpls/Crow/ apply ../customizations/Crow/json.h.diff --ignore-whitespace
548-
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
549-
RESULT_VARIABLE GIT_PATCH_RESULT)
550-
endif()
551-
if (NOT GIT_PATCH_RESULT EQUAL "0")
552-
message(FATAL_ERROR "Applying patch to submodule failed with ${GIT_PATCH_RESULT}, please update patch")
553-
endif()
554537
add_subdirectory(runtime)
555538
endif()
556539
add_subdirectory(tools)

tpls/customizations/Crow/README.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

tpls/customizations/Crow/json.h.diff

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)