diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2005-11-22 16:28:14 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2005-11-22 16:28:14 (GMT) |
commit | 21fffc63a23ff7cdbd0063dd1fb18f0142ba665a (patch) | |
tree | 7d84053c14e0a4a43ac57b1430198b428192dc53 /Modules/CMakeTestJavaCompiler.cmake | |
parent | 8830c100ab25dc08add24eb4d273141601354a5a (diff) | |
download | CMake-21fffc63a23ff7cdbd0063dd1fb18f0142ba665a.zip CMake-21fffc63a23ff7cdbd0063dd1fb18f0142ba665a.tar.gz CMake-21fffc63a23ff7cdbd0063dd1fb18f0142ba665a.tar.bz2 |
ENH: set java compiler works
Diffstat (limited to 'Modules/CMakeTestJavaCompiler.cmake')
-rw-r--r-- | Modules/CMakeTestJavaCompiler.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/CMakeTestJavaCompiler.cmake b/Modules/CMakeTestJavaCompiler.cmake index 358ffa3..72c47b5 100644 --- a/Modules/CMakeTestJavaCompiler.cmake +++ b/Modules/CMakeTestJavaCompiler.cmake @@ -3,3 +3,4 @@ # and link the most basic of programs. If not, a fatal error # is set and cmake stops processing commands and will not generate # any makefiles or projects. +SET(CMAKE_Java_COMPILER_WORKS 1 CACHE INTERNAL "") |