Mercurial > audio-send
changeset 11:17ace5a879b2 hardcoded_but_working
fixed JNI include problem
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Fri, 28 Oct 2011 00:27:59 -0700 |
parents | 075e9e257e20 |
children | 9558b856ebdf |
files | CMakeLists.txt |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
1.1 --- a/CMakeLists.txt Thu Oct 27 02:56:07 2011 -0700 1.2 +++ b/CMakeLists.txt Fri Oct 28 00:27:59 2011 -0700 1.3 @@ -415,10 +415,8 @@ 1.4 SET_TARGET_PROPERTIES(${LIBNAME} PROPERTIES PREFIX "") 1.5 ENDIF() 1.6 1.7 -# RLM link jni the dumb way for now: 1.8 1.9 -#INCLUDE_DIRECTORIES("/opt/jdk/include/") 1.10 -#INCLUDE_DIRECTORIES("/opt/jdk/include/linux") 1.11 +# RLM: link java 1.12 find_package (JNI REQUIRED) 1.13 if (JNI_FOUND) 1.14 include_directories(${JNI_INCLUDE_DIRS})