Skip to content

Commit eb25c62

Browse files
committed
🔨 Tweak cmake options correctly
1 parent 6ecf2e9 commit eb25c62

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ endif()
2929
option(INSIGHTS_USE_SYSTEM_INCLUDES "Elevate to system includes" Off)
3030
option(INSIGHTS_COVERAGE "Enable code coverage" Off)
3131
option(INSIGHTS_STATIC "Use static linking" Off)
32+
option(CLANG_LINK_CLANG_DYLIB "link clang with dylib" On )
33+
option(LLVM_LINK_LLVM_DYLIB "link llvm with dylib" On )
3234

3335
set(INSIGHTS_LLVM_CONFIG "llvm-config" CACHE STRING "LLVM config executable to use")
3436

0 commit comments

Comments
 (0)