fix precompiled header error

This commit is contained in:
Richard Holland
2020-02-13 23:31:28 +13:00
parent 4fefb7ca71
commit 57424accbe

View File

@@ -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'