From e088c126adc3672e896cdbe3dea88b53036973cf Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Sun, 12 May 2013 20:50:56 +0200 Subject: [PATCH] Fixed export header file location. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 89f0890f..4c8d291f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -108,7 +108,7 @@ IF(VMIME_BUILD_SHARED_LIBRARY) GENERATE_EXPORT_HEADER( ${VMIME_LIBRARY_NAME} BASE_NAME VMIME - EXPORT_FILE_NAME vmime/export.hpp + EXPORT_FILE_NAME ${CMAKE_SOURCE_DIR}/vmime/export.hpp ) SET_TARGET_PROPERTIES(