Skip to content

Commit

Permalink
llvm/CMakeLists: Manually-specified variables were not used by the pr…
Browse files Browse the repository at this point in the history
…oject.

The following variables were set in CMakeLists, however, they
were not used by the LLVM project build:

LLVM_USE_CRT_DEBUG
LLVM_USE_CRT_RELEASE
  • Loading branch information
Peter Kubov committed Jan 14, 2022
1 parent 085666b commit 4e66d50
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions deps/llvm/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ ExternalProject_Add(llvm-project
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_CXX_FLAGS_RELEASE=${CMAKE_CXX_FLAGS_RELEASE}
-DCMAKE_CXX_FLAGS_DEBUG=${CMAKE_CXX_FLAGS_DEBUG}
-DLLVM_USE_CRT_RELEASE=${RT_TYPE_RELEASE}
-DLLVM_USE_CRT_DEBUG=${RT_TYPE_DEBUG}

# Force Python3.
-DPYTHON_EXECUTABLE=${PYTHON_EXECUTABLE}
Expand Down

0 comments on commit 4e66d50

Please sign in to comment.