Skip to content

Commit

Permalink
Fix cmake config to find qca headers on Opensuse tumbleweed
Browse files Browse the repository at this point in the history
  • Loading branch information
Damiano Lombardi committed Sep 7, 2020
1 parent 5c241c8 commit aca1c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FindQCA.cmake
Expand Up @@ -45,7 +45,7 @@ else(QCA_INCLUDE_DIR AND QCA_LIBRARY)
"$ENV{LIB_DIR}/include"
$ENV{INCLUDE}
/usr/local/include
PATH_SUFFIXES QtCrypto qt5/QtCrypto Qca-qt5/QtCrypto qt/Qca-qt5/QtCrypto
PATH_SUFFIXES QtCrypto qt5/QtCrypto Qca-qt5/QtCrypto qt/Qca-qt5/QtCrypto qt5/Qca-qt5/QtCrypto
)

if(QCA_LIBRARY AND QCA_INCLUDE_DIR)
Expand Down

0 comments on commit aca1c4e

Please sign in to comment.