From 2d0d434ffa0919e214537a73c599629228cf26e1 Mon Sep 17 00:00:00 2001 From: Torsten Dreyer Date: Sun, 5 Jun 2011 21:38:44 +0200 Subject: [PATCH] cmake: check for SimGear 2.3.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 06f3517b3..ae3117a14 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)