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
This commit is contained in:
jean-pierre charras 2018-05-16 17:30:37 +02:00
parent 904eb82368
commit 828faecce9
1 changed files with 2 additions and 2 deletions

View File

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