Commit fc00929a authored by Uros Petkovic's avatar Uros Petkovic
Browse files

Fixing elseif condition in src/targets/cpu Cmakelists file

parent c08ae80c
...@@ -66,7 +66,7 @@ if(MIGRAPHX_ENABLE_ZENDNN) ...@@ -66,7 +66,7 @@ if(MIGRAPHX_ENABLE_ZENDNN)
else() else()
find_library(BLIS_LIB blis) find_library(BLIS_LIB blis)
endif() endif()
elif(NOT WIN32) elseif(NOT WIN32)
find_package(dnnl REQUIRED) find_package(dnnl REQUIRED)
endif() endif()
......
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