Skip to content

Commit d2f3882

Browse files
committedFeb 13, 2019
[CMake] Don't cache LLVM_MAIN_SRC_DIR
If we're not in a standalone build, this variable should be already set, so there's no need to set it again or to cache it. Differential Revision: https://reviews.llvm.org/D57993 llvm-svn: 353915
1 parent 38c723b commit d2f3882

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎libunwind/CMakeLists.txt

-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ if (CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
115115
set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib${LLVM_LIBDIR_SUFFIX})
116116
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib${LLVM_LIBDIR_SUFFIX})
117117
else()
118-
set(LLVM_MAIN_SRC_DIR "${CMAKE_SOURCE_DIR}" CACHE PATH "Path to LLVM source tree")
119118
set(LLVM_LIT "${CMAKE_SOURCE_DIR}/utils/lit/lit.py")
120119
endif()
121120

0 commit comments

Comments
 (0)
Please sign in to comment.