Adding OpenSSL include directory explicitly

Fixes: lp:1791164
* https://bugs.launchpad.net/kicad/+bug/1791164
This commit is contained in:
Alexey Chernov 2018-09-10 07:13:02 -07:00 committed by Seth Hillbrand
parent 4a57541b76
commit 3ad1cd8d57
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}
)