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'