Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CoMISo
CoMISo
Commits
77022c80
Commit
77022c80
authored
Feb 21, 2019
by
Max Lyon
Browse files
only add link directories to corresponding property if not empty
parent
7d458534
Pipeline
#8756
failed with stages
in 6 minutes and 56 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
77022c80
...
@@ -403,7 +403,9 @@ target_include_directories (CoMISo PUBLIC
...
@@ -403,7 +403,9 @@ target_include_directories (CoMISo PUBLIC
)
)
message
(
"COMISO_LINK_DIRECTORIES:
${
COMISO_LINK_DIRECTORIES
}
"
)
message
(
"COMISO_LINK_DIRECTORIES:
${
COMISO_LINK_DIRECTORIES
}
"
)
set_target_properties
(
CoMISo PROPERTIES LINK_DIRECTORIES
${
COMISO_LINK_DIRECTORIES
}
)
if
(
${
COMISO_LINK_DIRECTORIES
}
)
set_target_properties
(
CoMISo PROPERTIES LINK_DIRECTORIES
${
COMISO_LINK_DIRECTORIES
}
)
endif
()
# generate dllexport macros on windows
# generate dllexport macros on windows
if
(
WIN32
)
if
(
WIN32
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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