Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
hysop
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
particle_methods
hysop
Commits
8854f95f
Commit
8854f95f
authored
9 years ago
by
Jean-Baptiste Keck
Browse files
Options
Downloads
Patches
Plain Diff
Quikfix of a bug in CMakeLists.txt introduced by mac specific compilation impacting linux.
parent
2e3de05a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
HySoP/CMakeLists.txt
+1
-1
1 addition, 1 deletion
HySoP/CMakeLists.txt
with
1 addition
and
1 deletion
HySoP/CMakeLists.txt
+
1
−
1
View file @
8854f95f
...
@@ -314,7 +314,7 @@ if(WITH_LIB_CXX)
...
@@ -314,7 +314,7 @@ if(WITH_LIB_CXX)
set
(
HYSOP_CXX_LIBRARY
${
HYSOP_CXX_LIBRARY_DYLIB
}
)
set
(
HYSOP_CXX_LIBRARY
${
HYSOP_CXX_LIBRARY_DYLIB
}
)
set
(
HYSOP_CXX_LIBRARY_DEP cpp2hysop_dylib
)
set
(
HYSOP_CXX_LIBRARY_DEP cpp2hysop_dylib
)
else
()
#nothing to do on other platforms bundle <=> dynamic libraries, so just copy the swig generated one
else
()
#nothing to do on other platforms bundle <=> dynamic libraries, so just copy the swig generated one
set
(
HYSOP_CXX_LIBRARY_BUNDLE
"
${
LIBRARY_OUTPUT_PATH
}
/libcpp2hysop_bundle.so"
)
set
(
HYSOP_CXX_LIBRARY_BUNDLE
"
${
CMAKE_CURRENT_BINARY_DIR
}
/libcpp2hysop_bundle.so"
)
add_custom_target
(
cpp2hysop_bundle
add_custom_target
(
cpp2hysop_bundle
DEPENDS python-build
DEPENDS python-build
COMMAND cp `find
${
CMAKE_CURRENT_BINARY_DIR
}
/build -name _
${
CPP_2_HYSOP
}
.so`
${
HYSOP_CXX_LIBRARY_BUNDLE
}
COMMAND cp `find
${
CMAKE_CURRENT_BINARY_DIR
}
/build -name _
${
CPP_2_HYSOP
}
.so`
${
HYSOP_CXX_LIBRARY_BUNDLE
}
...
...
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