Skip to content

Commit d3d680d

Browse files
committed
PATHS
1 parent bb5ef00 commit d3d680d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

text_generation/causal_lm/cpp/CMakeLists.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ else()
1111
endif()
1212

1313
find_package(openvino_genai REQUIRED
14-
PATHS "${CMAKE_BINARY_DIR}" # Reuse the package from the build. The lowest priority.
14+
PATHS
15+
"${CMAKE_BINARY_DIR}" # Reuse the package from the build.
16+
${OpenVINO_DIR} # GenAI may be installed alogside with OpenVINO.
1517
)
1618

1719
add_executable(greedy_causal_lm greedy_causal_lm.cpp)

0 commit comments

Comments
 (0)