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
Olena
pylene
Commits
25bc7b36
Commit
25bc7b36
authored
Oct 15, 2021
by
Edwin Carlinet
Browse files
HOTFIX Fix missing FITIO export.
parent
135b5439
Pipeline
#30644
passed with stages
in 20 minutes and 16 seconds
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
25bc7b36
...
...
@@ -133,9 +133,13 @@ target_link_libraries(Pylene INTERFACE Pylene::Core)
include
(
GNUInstallDirs
)
set
(
PyleneTargets Pylene Pylene-core Pylene-bp Pylene-io-freeimage
)
if
(
TARGET Pylene-numpy
)
list
(
APPEND PyleneTargets Pylene-numpy
)
endif
()
set
(
OptionalPyleneTargets Pylene-io-fits Pylene-numpy
)
foreach
(
tgt
${
OptionalPyleneTargets
}
)
if
(
TARGET
${
tgt
}
)
list
(
APPEND PyleneTargets
${
tgt
}
)
endif
()
endforeach
()
install
(
TARGETS
${
PyleneTargets
}
EXPORT PyleneTargets
)
...
...
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