From cf3f8a796a08656cc71899db3d90d884e60d5fb2 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Fri, 21 Apr 2017 06:36:49 -0400 Subject: [PATCH] fix path --- build/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/CMakeLists.txt b/build/CMakeLists.txt index c82fb109..0b96a1e6 100644 --- a/build/CMakeLists.txt +++ b/build/CMakeLists.txt @@ -410,7 +410,7 @@ if (WITH_BINARY) if (MSVC) target_compile_options("${PROJECT_NAME}" PRIVATE /FIstdafx.h /Yustdafx.h /Zm155 "/Fp${CMAKE_BINARY_DIR}/stdafx.dir/$/stdafx.pch") else() - target_compile_options("${PROJECT_NAME}" PRIVATE -include src/core/stdafx.h) + target_compile_options("${PROJECT_NAME}" PRIVATE -include libi2pd/stdafx.h) endif() endif()