cmake: check for SimGear 2.3.0
This commit is contained in:
parent
3d36577a20
commit
2d0d434ffa
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ if(ENABLE_LIBSVN)
|
|||
endif(ENABLE_LIBSVN)
|
||||
|
||||
find_package(PLIB REQUIRED puaux pu js fnt)
|
||||
find_package(SimGear 2.2.0 REQUIRED)
|
||||
find_package(SimGear 2.3.0 REQUIRED)
|
||||
|
||||
check_include_file(unistd.h HAVE_UNISTD_H)
|
||||
check_include_file(sys/time.h HAVE_SYS_TIME_H)
|
||||
|
|
Loading…
Reference in a new issue