Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
macaon2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alexis Nasr
macaon2
Commits
d8c95a58
Commit
d8c95a58
authored
8 years ago
by
johannes.heinecke
Browse files
Options
Downloads
Patches
Plain Diff
minor change to work also with swig > 3
parent
79dc9d86
Branches
Branches containing commit
No related tags found
1 merge request
!6
Johannes: modif of cmake configuration to be able to compile on Ubuntu 14.04
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
maca_export/CMakeLists.txt
+2
-2
2 additions, 2 deletions
maca_export/CMakeLists.txt
with
2 additions
and
2 deletions
maca_export/CMakeLists.txt
+
2
−
2
View file @
d8c95a58
if
(
MACA_EXPORT
)
FIND_PACKAGE
(
SWIG
3.0
)
FIND_PACKAGE
(
SWIG
)
if
(
SWIG_FOUND
)
FIND_PACKAGE
(
PythonLibs
)
...
...
@@ -37,7 +37,7 @@ if(MACA_EXPORT)
FIND_PACKAGE
(
Java 1.7
)
FIND_PACKAGE
(
JNI
)
if
(
JNI_FOUND AND Java_FOUND
)
if
(
JNI_FOUND
AND
(
Java_FOUND
OR JAVA_FOUND
)
)
set
(
JAVA_MODULE_NAME Macaon
)
set
(
JAVA_LIBRARY MacaonJava
)
set
(
JAVA_CLASS_TAGGER MacaonTransTagger
)
...
...
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