diff --git a/Foundation/CMakeLists.txt b/Foundation/CMakeLists.txt index 672db75c4..d858c0c38 100644 --- a/Foundation/CMakeLists.txt +++ b/Foundation/CMakeLists.txt @@ -206,7 +206,7 @@ set(WIN_SRCS ) if (WIN32) - set(RES_SRCS ${CMAKE_SOURCE_DIR}/Foundation/include/Poco/pocomsg.h) + set(RES_SRCS ${CMAKE_SOURCE_DIR}/Foundation/src/pocomsg.h) set_source_files_properties(${RES_SRCS} PROPERTIES GENERATED true) add_custom_command( OUTPUT ${RES_SRCS}