From 57424accbed3b83b8792cdc56bfdbe8dfd7e7e72 Mon Sep 17 00:00:00 2001 From: Richard Holland Date: Thu, 13 Feb 2020 23:31:28 +1300 Subject: [PATCH] fix precompiled header error --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ce271019..614cd9b1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -113,7 +113,7 @@ add_dependencies(hpcore # ) target_precompile_headers(hpstatemon PUBLIC src/pchheader.hpp) -target_precompile_headers(hpcore REUSE_FROM hpcore) +target_precompile_headers(hpcore REUSE_FROM hpstatemon) # Create docker image from hpcore build output with 'make docker' # Requires docker to be runnable without 'sudo'