Fix for compilation error on Ubuntu 14.04 (has no effect on 16.04, and on Windows/msys2, certainly due to more recent swig and cmake versions)

This commit is contained in:
Jean-Samuel Reynaud 2016-09-27 16:50:22 +02:00 committed by jean-pierre charras
parent 18695751e8
commit 91479bebf8
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ add_subdirectory(router)
add_dependencies( pnsrouter pcbcommon )
if( KICAD_SCRIPTING OR KICAD_SCRIPTING_MODULES )
file( MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/scripting )
file( MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/swig )
# Infrequently needed headers go at end of search paths, append to INC_AFTER
set( INC_AFTER ${INC_AFTER} swig )