Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenVolumeMesh
OpenVolumeMesh
Commits
385b98ba
Commit
385b98ba
authored
Sep 09, 2019
by
Martin Heistermann
Browse files
cmake: disable export(PACKAGE)
parent
62b563c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
385b98ba
...
@@ -151,7 +151,7 @@ install(EXPORT OpenVolumeMeshTargets
...
@@ -151,7 +151,7 @@ install(EXPORT OpenVolumeMeshTargets
export
(
EXPORT OpenVolumeMeshTargets
export
(
EXPORT OpenVolumeMeshTargets
NAMESPACE OpenVolumeMesh::
)
NAMESPACE OpenVolumeMesh::
)
export
(
PACKAGE OpenVolumeMesh
)
#
export(PACKAGE OpenVolumeMesh)
if
(
OVM_ENABLE_APPLICATIONS
)
if
(
OVM_ENABLE_APPLICATIONS
)
add_subdirectory
(
FileConverter
)
add_subdirectory
(
FileConverter
)
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment