Skip to content

Commit ad616f5

Browse files
committed
Disable installation of LIEF
1 parent 2b7f552 commit ad616f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ endif()
3636
add_subdirectory(libs/miniz)
3737

3838
# Add LIEF as a subdirectory
39+
set(LIEF_INSTALL OFF CACHE BOOL "Disable installation of LIEF")
3940
set(LIEF_EXAMPLES OFF)
4041
set(LIEF_TESTS OFF)
4142
set(LIEF_DOC OFF)

0 commit comments

Comments
 (0)