summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2004-09-27 19:11:41 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2004-09-27 19:11:41 (GMT)
commit591fa1daea139373a67c7a2ee197073ebe7aeab3 (patch)
tree110f05aeb33b2f0f759b11cff40ae001ada1abd4
parent9ee34e6071efd4b54204e3bbb104dae65737b335 (diff)
downloadCMake-591fa1daea139373a67c7a2ee197073ebe7aeab3.zip
CMake-591fa1daea139373a67c7a2ee197073ebe7aeab3.tar.gz
CMake-591fa1daea139373a67c7a2ee197073ebe7aeab3.tar.bz2
space in path problem
-rw-r--r--Source/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt
index e4749bc..ac6c610 100644
--- a/Source/CMakeLists.txt
+++ b/Source/CMakeLists.txt
@@ -664,7 +664,7 @@ IF(BUILD_TESTING)
"${JNIPATH}/../include"
"${JNIPATH}/../java/include")
IF(JNI_H)
- FILE(READ ${JNI_H} JNI_FILE)
+ FILE(READ "${JNI_H}" JNI_FILE)
IF("${JNI_FILE}" MATCHES JDK1_2)
ADD_TEST(Java ${CMAKE_CTEST_COMMAND}
--build-and-test