From c762dbe86464479e483d64f17e8a2bc255d604c8 Mon Sep 17 00:00:00 2001 From: James Turner Date: Thu, 9 Jun 2016 11:03:35 +0100 Subject: [PATCH] =?UTF-8?q?Fix=20dependency=20on=20=E2=80=98version?= =?UTF-8?q?=E2=80=99=20file.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index baf31060..c5b1fd81 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -38,6 +38,9 @@ project(SimGear) file(READ version versionFile) string(STRIP ${versionFile} SIMGEAR_VERSION) +# add a dependency on the versino file +set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS version) + set(FIND_LIBRARY_USE_LIB64_PATHS ON) # use simgear version also as the SO version (if building SOs)