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
PIM
Kleopatra
Commits
e0745955
Commit
e0745955
authored
Nov 08, 2020
by
Laurent Montel
😁
Browse files
It seems that it uses assuan without number on windows
parent
42786882
Pipeline
#40079
canceled with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
cmake/modules/FindAssuan2.cmake
View file @
e0745955
...
...
@@ -53,7 +53,7 @@ if ( WIN32 )
${
CMAKE_INSTALL_PREFIX
}
/include
)
find_library
(
_assuan2_library NAMES assuan2 libassuan2 assuan-0 libassuan-0
#sic!
find_library
(
_assuan2_library NAMES assuan2 libassuan2
assuan libassuan
assuan-0 libassuan-0
#sic!
PATHS
${
CMAKE_LIBRARY_PATH
}
${
CMAKE_INSTALL_PREFIX
}
/lib
...
...
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