"vscode:/vscode.git/clone" did not exist on "14f7b545bdc384fd669b55f8a5fd586e1fe25623"
Commit 421734ae authored by Alan Turner's avatar Alan Turner
Browse files

Disable werror for jit_library

parent 9e85db88
if (CK_BUILD_JIT_LIB)
remove_definitions(-Wglobal-constructors)
string(REPLACE "-Werror;" "" CMAKE_COMPILER_WARNINGS "${CMAKE_COMPILER_WARNINGS}")
add_subdirectory(src/jit_library)
add_definitions(-Wglobal-constructors)
set(CMAKE_COMPILER_WARNINGS "${CMAKE_COMPILER_WARNINGS};-Werror")
else()
add_subdirectory(src/tensor_operation_instance/gpu)
add_subdirectory(src/utility)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment