From: James Turner Date: Thu, 9 Jun 2016 10:03:35 +0000 (+0100) Subject: Fix dependency on ‘version’ file. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=06e6b04f655c3f2f6424225e7ff8dd0396787105;p=simgear.git Fix dependency on ‘version’ file. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 42eacba8..f586eb24 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)