Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kicad-source-mirror
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
kicad-source-mirror
Commits
614c8e45
Commit
614c8e45
authored
Dec 30, 2014
by
Wayne Stambaugh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix paths and hints variable naming bug in FindOpenSSL.cmake.
parent
de8ae428
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
FindOpenSSL.cmake
CMakeModules/FindOpenSSL.cmake
+2
-2
No files found.
CMakeModules/FindOpenSSL.cmake
View file @
614c8e45
...
...
@@ -165,7 +165,7 @@ if(WIN32 AND NOT CYGWIN)
find_library
(
LIB_EAY
NAMES
${
LIB_EAY_NAMES
}
${
_OPENS
L
L_ROOT_HINTS_AND_PATHS
}
${
_OPENS
S
L_ROOT_HINTS_AND_PATHS
}
PATH_SUFFIXES
"lib"
"lib/MinGW"
...
...
@@ -177,7 +177,7 @@ if(WIN32 AND NOT CYGWIN)
find_library
(
SSL_EAY
NAMES
${
SSL_EAY_NAMES
}
${
_OPENS
L
L_ROOT_HINTS_AND_PATHS
}
${
_OPENS
S
L_ROOT_HINTS_AND_PATHS
}
PATH_SUFFIXES
"lib"
"lib/MinGW"
...
...
Write
Preview
Markdown
is supported
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