Adding OpenSSL include directory explicitly
Fixes: lp:1791164
* https://bugs.launchpad.net/kicad/+bug/1791164
( cherry-picked from 3ad1cd8d5
)
This commit is contained in:
parent
e9b1552b16
commit
a84de7cccf
|
@ -19,6 +19,7 @@ include_directories(
|
|||
${INC_AFTER}
|
||||
${OCE_INCLUDE_DIRS}
|
||||
${OCC_INCLUDE_DIR}
|
||||
${OPENSSL_INCLUDE_DIR}
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue