Browse Source

Modify the priority of OCC/OCE include paths.

This is because on my msys2/32bits the OCE config.h file replaced our kicad config.h, due to include paths priorities
pull/17/head
jean-pierre charras 8 years ago
parent
commit
828faecce9
  1. 4
      common/CMakeLists.txt

4
common/CMakeLists.txt

@ -13,12 +13,12 @@ include_directories(
${GLEW_INCLUDE_DIR}
${GLM_INCLUDE_DIR}
${CURL_INCLUDE_DIRS}
${OCE_INCLUDE_DIRS}
${OCC_INCLUDE_DIR}
../3d-viewer
../pcbnew
../polygon
${INC_AFTER}
${OCE_INCLUDE_DIRS}
${OCC_INCLUDE_DIR}
)

Loading…
Cancel
Save