Add a search path to allow find ngspice include dir on some msys2 installs

This commit is contained in:
jean-pierre charras 2019-06-10 20:42:21 +02:00
parent 4ceb186251
commit e015da8d95
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@
find_path( NGSPICE_INCLUDE_DIR ngspice/sharedspice.h
PATHS ${NGSPICE_ROOT_DIR} $ENV{NGSPICE_ROOT_DIR} ${NGSPICE_INCLUDE_PATH}
${NGSPICE_ROOT_DIR}/include
PATH_SUFFIXES src/include share/ngspice/include share/ngspice/include/ngspice
)