Skip to content

Commit

Permalink
Apply a fix to FindQCA.cmake for vcpkg
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn authored and nyalldawson committed May 15, 2021
1 parent 67e5422 commit 5c21236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FindQCA.cmake
Expand Up @@ -20,7 +20,7 @@ if(QCA_INCLUDE_DIR AND QCA_LIBRARY)

else(QCA_INCLUDE_DIR AND QCA_LIBRARY)

set(QCA_LIBRARY_NAMES qca-qt5 qca2-qt5 qca-qt6)
set(QCA_LIBRARY_NAMES qca-qt5 qca2-qt5 qca-qt6 qca)

find_library(QCA_LIBRARY
NAMES ${QCA_LIBRARY_NAMES}
Expand Down

0 comments on commit 5c21236

Please sign in to comment.