Skip to content
This repository was archived by the owner on Oct 28, 2021. It is now read-only.

Commit 0bac8ec

Browse files
committed
Make evmjit dependency of LLVM private
1 parent 921caaa commit 0bac8ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evmjit/libevmjit/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ set_property(TARGET ${TARGET_NAME} PROPERTY FOLDER "libs")
1717
include_directories(${LLVM_INCLUDE_DIRS})
1818
include_directories(${Boost_INCLUDE_DIRS})
1919

20-
target_link_libraries(${TARGET_NAME} ${LLVM_LIBS})
20+
target_link_libraries(${TARGET_NAME} PRIVATE ${LLVM_LIBS})
2121

2222
#set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fno-rtti")
2323

0 commit comments

Comments
 (0)