mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-26 19:36:28 +00:00
[CMake] Fix a missing LLVM_ENABLE_IDE from r344555
This is just one place I missed swapping CMAKE_CONFIGURATION_TYPES with LLVM_ENABLE_IDE. llvm-svn: 344568
This commit is contained in:
parent
9f342d9038
commit
31073637a7
@ -995,7 +995,7 @@ if (NOT LLVM_INSTALL_TOOLCHAIN_ONLY)
|
||||
list(REMOVE_DUPLICATES LLVM_LIBS)
|
||||
foreach(lib ${LLVM_LIBS})
|
||||
add_dependencies(llvm-libraries ${lib})
|
||||
if (NOT CMAKE_CONFIGURATION_TYPES)
|
||||
if (NOT LLVM_ENABLE_IDE)
|
||||
add_dependencies(install-llvm-libraries install-${lib})
|
||||
endif()
|
||||
endforeach()
|
||||
|
Loading…
x
Reference in New Issue
Block a user