mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 14:23:10 -05:00
BUG: let the generator quote the path
This commit is contained in:
@@ -9,7 +9,7 @@ ENDIF(NOT CMAKE_Java_CREATE_STATIC_LIBRARY)
|
||||
# compile a Java file into an object file
|
||||
IF(NOT CMAKE_Java_COMPILE_OBJECT)
|
||||
SET(CMAKE_Java_COMPILE_OBJECT
|
||||
"<CMAKE_Java_COMPILER> <FLAGS> <SOURCE> -d \"<CMAKE_CURRENT_BINARY_DIR>\"")
|
||||
"<CMAKE_Java_COMPILER> <FLAGS> <SOURCE> -d <CMAKE_CURRENT_BINARY_DIR>")
|
||||
ENDIF(NOT CMAKE_Java_COMPILE_OBJECT)
|
||||
|
||||
# set java include flag option and the separator for multiple include paths
|
||||
|
||||
Reference in New Issue
Block a user