Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
dfb8be79
Commit
dfb8be79
authored
Oct 10, 2014
by
Fabio Bas
Browse files
Fix installation of libeay32.dll, ssleay32.dll while compiling the PACKAGE target
parent
ef7fc01f
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/CMakeLists.txt
View file @
dfb8be79
...
...
@@ -323,6 +323,6 @@ Data = Resources\")
"
COMPONENT Runtime
)
if
(
WIN32SSLRUNTIME_FOUND
)
install
(
FILES
${
WIN32SSLRUNTIME_LIBRARIES
}
DESTINATION
"
${
CMAKE_INSTALL_PREFIX
}
"
)
install
(
FILES
${
WIN32SSLRUNTIME_LIBRARIES
}
DESTINATION
./
)
endif
()
endif
()
\ No newline at end of file
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