Skip to content

Commit

Permalink
update FindQCA.cmake for Arch Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Nov 10, 2016
1 parent 51a5657 commit 73b283c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FindQCA.cmake
Original file line number Diff line number Diff line change
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
PATH_SUFFIXES QtCrypto qt5/QtCrypto Qca-qt5/QtCrypto qt/Qca-qt5/QtCrypto
)

if(QCA_LIBRARY AND QCA_INCLUDE_DIR)
Expand Down

0 comments on commit 73b283c

Please sign in to comment.