Skip to content

Commit

Permalink
Fix VEO_LIB_PATH detection
Browse files Browse the repository at this point in the history
  • Loading branch information
keichi committed Jun 30, 2022
1 parent 6c4761a commit 383fe9b
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 @@ -13,7 +13,7 @@ if (BUILD_VE)
# find VEOS headers and libs
set(VEO_DIR "/opt/nec/ve/veos" CACHE PATH "VEO installation path")
find_path(VEO_HEADER_PATH ve_offload.h HINTS ${VEO_DIR} PATH_SUFFIXES include)
find_library(VEO_LIB_PATH libveo.so HINTS ${VEO_DIR} PATH_SUFFIXES lib64)
find_path(VEO_LIB_PATH libveo.so HINTS ${VEO_DIR} PATH_SUFFIXES lib64)

message(STATUS "Enable SX-Aurora support")
message(STATUS "Use VEO headers path: ${VEO_HEADER_PATH}")
Expand Down

0 comments on commit 383fe9b

Please sign in to comment.