Skip to content

Commit

Permalink
readd unset
Browse files Browse the repository at this point in the history
  • Loading branch information
Sayan Shaw committed May 15, 2024
1 parent b38a8a8 commit 065e329
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmake/externals/opencv.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -171,3 +171,6 @@ if (OCOS_ENABLE_OPENCV_CODECS)
list(APPEND opencv_LIBS LIBSPNG_FILES)
list(APPEND opencv_LIBS LIBJPEG_FILES)
endif()

# unset it to avoid affecting other projects.
unset(EXECUTABLE_OUTPUT_PATH CACHE)

0 comments on commit 065e329

Please sign in to comment.