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