https://github.com/Kitware/CMake
Revision 53a05b8f519496a6390aff8c14588f81d4b8a179 authored by Matthew Woehlke on 13 March 2013, 21:30:16 UTC, committed by Matthew Woehlke on 13 March 2013, 21:30:16 UTC
Fix setting classpath when encountering a jar argument to add_jar to
actually set the variable that is used to specify the classpath to
javac, instead of just uselessly appending the jar to
CMAKE_JAVA_INCLUDE_PATH (which is never used again at the point where it
is modified). Also, list jars so specified as dependencies of compiling
the java sources for the jar target.
1 parent 45c8e4b
Raw File
Tip revision: 53a05b8f519496a6390aff8c14588f81d4b8a179 authored by Matthew Woehlke on 13 March 2013, 21:30:16 UTC
UseJava.cmake: fix passing jars to add_jar
Tip revision: 53a05b8
CTestCustom.ctest.in
# This file is provided for compatibility with CMake 2.2 and lower.
# Just include the custom file by its new name.
INCLUDE("CTestCustom.cmake")
back to top