Skip to content

Commit

Permalink
Missed one of the LLVM configure blocks.
Browse files Browse the repository at this point in the history
  • Loading branch information
starseeker committed Oct 15, 2024
1 parent 170e285 commit a30fa06
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions llvm/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ if (ENABLE_LLVM)
CMAKE_ARGS
-C ${CMAKE_CURRENT_SOURCE_DIR}/llvm_targets.cmake
-DCMAKE_BUILD_TYPE=Release
$<$<BOOL:${ZLIB_TARGET}>:-DZ_PREFIX=ON>
$<$<BOOL:${ZLIB_TARGET}>:-DZ_PREFIX_STR=${Z_PREFIX_STR}>
-DZLIB_ROOT=$<$<BOOL:${ZLIB_TARGET}>:${CMAKE_BUNDLE_INSTALL_PREFIX}>
-DLLVM_BUILD_DOCS=OFF
-DLLVM_BUILD_EXAMPLES=OFF
Expand Down

0 comments on commit a30fa06

Please sign in to comment.