From 31160bcfce97dc403627f986ca343de6496c8ea8 Mon Sep 17 00:00:00 2001 From: click Date: Sun, 8 Aug 2010 19:11:57 +0200 Subject: [PATCH] Buildsystem/Windows: Minor adjustment to use the correct "environment"-variable in both VS2008 and VS2010 --HG-- branch : trunk --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e73241363d6..4590c1e9740 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -129,7 +129,7 @@ add_executable(genrev if( CMAKE_GENERATOR MATCHES "Visual Studio" ) add_custom_target("revision.h" ALL - COMMAND "${CMAKE_BINARY_DIR}/bin/$(Configuration)/genrev" + COMMAND "${CMAKE_BINARY_DIR}/bin/$(ConfigurationName)/genrev" ${CMAKE_SOURCE_DIR} WORKING_DIRECTORY "${CMAKE_BINARY_DIR}" DEPENDS genrev