Adding OpenSSL include directory explicitly

Fixes: lp:1791164
* https://bugs.launchpad.net/kicad/+bug/1791164

( cherry-picked from 3ad1cd8d5 )
This commit is contained in:
Alexey Chernov 2018-09-10 07:13:02 -07:00 committed by Seth Hillbrand
parent e9b1552b16
commit a84de7cccf
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ include_directories(
${INC_AFTER}
${OCE_INCLUDE_DIRS}
${OCC_INCLUDE_DIR}
${OPENSSL_INCLUDE_DIR}
)