Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
otb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
David Youssefi
otb
Commits
d0f1a096
Commit
d0f1a096
authored
13 years ago
by
Julien Malik
Browse files
Options
Downloads
Patches
Plain Diff
COMP: CMAKE_CURRENT_LIST_DIR requires cmake>=2.8.3, use the older CMAKE_CURRENT_LIST_FILE
parent
f1221692
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMake/UseJava.cmake
+3
-2
3 additions, 2 deletions
CMake/UseJava.cmake
with
3 additions
and
2 deletions
CMake/UseJava.cmake
+
3
−
2
View file @
d0f1a096
...
...
@@ -192,8 +192,9 @@ function (__java_copy_file src dest comment)
endfunction
(
__java_copy_file src dest comment
)
# define helper scripts
set
(
_JAVA_CLASS_FILELIST_SCRIPT
${
CMAKE_CURRENT_LIST_DIR
}
/UseJavaClassFilelist.cmake
)
set
(
_JAVA_SYMLINK_SCRIPT
${
CMAKE_CURRENT_LIST_DIR
}
/UseJavaSymlinks.cmake
)
get_filename_component
(
_UseJava_LIST_DIR
${
CMAKE_CURRENT_LIST_FILE
}
PATH
)
set
(
_JAVA_CLASS_FILELIST_SCRIPT
${
_UseJava_LIST_DIR
}
/UseJavaClassFilelist.cmake
)
set
(
_JAVA_SYMLINK_SCRIPT
${
_UseJava_LIST_DIR
}
/UseJavaSymlinks.cmake
)
function
(
add_jar _TARGET_NAME
)
set
(
_JAVA_SOURCE_FILES
${
ARGN
}
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment