Browse Source

Adding OpenSSL include directory explicitly

Fixes: lp:1791164
* https://bugs.launchpad.net/kicad/+bug/1791164
pull/13/head
Alexey Chernov 7 years ago
committed by Seth Hillbrand
parent
commit
3ad1cd8d57
  1. 1
      common/CMakeLists.txt

1
common/CMakeLists.txt

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

Loading…
Cancel
Save