You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by ro...@apache.org on 2015/02/19 17:37:32 UTC

thrift git commit: CMake: fix path due to move of cmake folder

Repository: thrift
Updated Branches:
  refs/heads/master e03f7e8e7 -> 2e0531608


CMake: fix path due to move of cmake folder


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/2e053160
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/2e053160
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/2e053160

Branch: refs/heads/master
Commit: 2e0531608dfc40d5dd0bef250e7b1c805c06e8bc
Parents: e03f7e8
Author: Roger Meier <ro...@bufferoverflow.ch>
Authored: Thu Feb 19 17:27:53 2015 +0100
Committer: Roger Meier <ro...@bufferoverflow.ch>
Committed: Thu Feb 19 17:27:53 2015 +0100

----------------------------------------------------------------------
 build/cmake/ConfigureChecks.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/2e053160/build/cmake/ConfigureChecks.cmake
----------------------------------------------------------------------
diff --git a/build/cmake/ConfigureChecks.cmake b/build/cmake/ConfigureChecks.cmake
index 9295d38..e2c9043 100644
--- a/build/cmake/ConfigureChecks.cmake
+++ b/build/cmake/ConfigureChecks.cmake
@@ -70,6 +70,6 @@ set(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}")
 set(VERSION ${thrift_VERSION})
 
 # generate a config.h file
-configure_file("${CMAKE_CURRENT_SOURCE_DIR}/cmake/config.h.in" "${CMAKE_CURRENT_BINARY_DIR}/thrift/config.h")
+configure_file("${CMAKE_CURRENT_SOURCE_DIR}/build/cmake/config.h.in" "${CMAKE_CURRENT_BINARY_DIR}/thrift/config.h")
 # HACK: Some files include thrift/config.h and some config.h so we include both. This should be cleaned up.
 include_directories("${CMAKE_CURRENT_BINARY_DIR}/thrift" "${CMAKE_CURRENT_BINARY_DIR}")