Skip to content

Commit 3a31bfc

Browse files
authored
fix xsmm cmake block logical. (#3651)
1 parent 2fd893f commit 3a31bfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csrc/cpu/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ if(USE_LIBXSMM)
209209
)
210210
set(LIBXSMM_INCLUDE_DIRS ${IPEX_CPU_CPP_THIRD_PARTY_ROOT}/libxsmm/include)
211211
target_link_libraries(${PLUGIN_NAME_CPU} PRIVATE ${IPEX_CPU_CPP_THIRD_PARTY_ROOT}/libxsmm/lib/libxsmm.a)
212-
endif(BUILD_LIBXSMM_VIA_CMAKE)
212+
endif()
213213
endif(USE_LIBXSMM)
214214

215215
if(USE_SYSTEM_SLEEF)

0 commit comments

Comments
 (0)