Skip to content

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kalwalt committed Sep 15, 2023
1 parent ef86012 commit de4fcec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ target_include_directories(webarkit_test PRIVATE
${OPENCV_MODULE_opencv_imgcodecs_LOCATION}/include
${OPENCV_MODULE_opencv_video_LOCATION}/include
${OPENCV_MODULE_opencv_xfeatures2d_LOCATION}/include
${PARENT_DIR}/tests/build/_deps/opencv_contrib-src/modules/xfeatures2d/include")
${PARENT_DIR}/tests/build/_deps/opencv_contrib-src/modules/xfeatures2d/include
)

set(webarkit_test
Expand Down

0 comments on commit de4fcec

Please sign in to comment.