summaryrefslogtreecommitdiffstats
path: root/Source/cmake.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-06-04 13:13:33 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2015-06-04 13:13:33 (GMT)
commitd6fe79f3abc211361f0aee909e08fd6a1531a68b (patch)
treee3eae036938dfe9fd8744d86d85a164126ebf200 /Source/cmake.cxx
parent5a1c8806bfded9e68280542fa7573f21eb125e95 (diff)
parent6e570f857acd3322640db72112f2dc37b69396cf (diff)
downloadCMake-d6fe79f3abc211361f0aee909e08fd6a1531a68b.zip
CMake-d6fe79f3abc211361f0aee909e08fd6a1531a68b.tar.gz
CMake-d6fe79f3abc211361f0aee909e08fd6a1531a68b.tar.bz2
Merge topic 'remove-CMAKE_USE_RELATIVE_PATHS'
6e570f85 cmLocalGenerator: Remove 'optional' parameter from Convert. 3d8c6cd9 cmLocalGenerator: Remove obsolete method. e44e6bcc Port away from obsolete method. 1335992c Remove CMAKE_USE_RELATIVE_PATHS variable.
Diffstat (limited to 'Source/cmake.cxx')
-rw-r--r--Source/cmake.cxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/Source/cmake.cxx b/Source/cmake.cxx
index 1096a1c..eeb6575 100644
--- a/Source/cmake.cxx
+++ b/Source/cmake.cxx
@@ -1437,20 +1437,6 @@ int cmake::ActualConfigure()
cmState::PATH);
}
}
- if(!this->State
- ->GetInitializedCacheValue("CMAKE_USE_RELATIVE_PATHS"))
- {
- this->State->AddCacheEntry
- ("CMAKE_USE_RELATIVE_PATHS", "OFF",
- "If true, cmake will use relative paths in makefiles and projects.",
- cmState::BOOL);
- if (!this->State->GetCacheEntryProperty("CMAKE_USE_RELATIVE_PATHS",
- "ADVANCED"))
- {
- this->State->SetCacheEntryProperty("CMAKE_USE_RELATIVE_PATHS",
- "ADVANCED", "1");
- }
- }
if(cmSystemTools::GetFatalErrorOccured())
{