Peter M. Groen
/
openbr
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Plain Diff
Browse Code ยป
Commit
65feff9d3c0269db40c853c1f2ab9ff522d5ca36
Authored by
Austin Van Blanton
2013-08-26 13:53:14 -0400
2 parents
69731d5a
9febf217
Merge branch 'master' of github.com:biometrics/openbr
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
openbr/plugins/jni.cmake
openbr/plugins/jni.cmake
View file @
65feff9
1
-set(BR_WITH_JAVA O
N
CACHE BOOL "Use Java Code")
1
+set(BR_WITH_JAVA O
FF
CACHE BOOL "Use Java Code")
2
2
3
3
if (${BR_WITH_JAVA})
4
4
find_package(JNI REQUIRED)
...
...