From 4fe1fa04bc5b49d61d379b8fc08ff552e24472ba Mon Sep 17 00:00:00 2001 From: James Turner Date: Tue, 9 Mar 2021 19:22:59 +0000 Subject: [PATCH] CMake: fix dependency on buildId target --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9fed70ab4..43d533193 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -493,6 +493,7 @@ include(SetupFGFSLibraries) # we use target_sources() later add_library(fgfsObjects OBJECT flightgear-version) +add_dependencies(fgfsObjects buildId) ########################################################################