Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltroger committed Feb 26, 2024
1 parent 1afcf77 commit 2e6b3f5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ add_library(
# ...and assign the corresponding location of the precompiled opencv library
set_target_properties(
lib_opencv
PROPERTIES
IMPORTED_LOCATION
PROPERTIES IMPORTED_LOCATION
${lib_src_dir}/native/jni/${ANDROID_ABI}/libopencv_java4.so
)

Expand Down

0 comments on commit 2e6b3f5

Please sign in to comment.