Skip to content

Commit e0aa0e4

Browse files
committed
To prevent subdirectory from being installed
Signed-off-by: yilun.zhang <yilun.zhang@samsung.com>
1 parent ac7e01b commit e0aa0e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

code/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ else()
7272
set(OAR_ENABLE_BINAURALIZER OFF)
7373
endif()
7474
set(OAR_BUILD_SHARED_LIBRARY OFF)
75-
add_subdirectory(dep_external/src/oar-private/liboar)
75+
add_subdirectory(dep_external/src/oar-private/liboar EXCLUDE_FROM_ALL)
7676

7777
file(GLOB_RECURSE sources CONFIGURE_DEPENDS
7878
"${CMAKE_CURRENT_SOURCE_DIR}/src/*.c"

0 commit comments

Comments
 (0)