We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e2d771 commit 29637f2Copy full SHA for 29637f2
src/cmake/build_libuhdr.cmake
@@ -18,8 +18,11 @@ build_dependency_with_cmake(libuhdr
18
GIT_REPOSITORY ${libuhdr_GIT_REPOSITORY}
19
GIT_TAG ${libuhdr_GIT_TAG}
20
CMAKE_ARGS
21
- -D BUILD_SHARED_LIBS=${libdeflate_BUILD_SHARED_LIBS}
+ -D BUILD_SHARED_LIBS=${libuhdr_BUILD_SHARED_LIBS}
22
-D CMAKE_INSTALL_LIBDIR=lib
23
+ -D CMAKE_POSITION_INDEPENDENT_CODE=ON
24
+ -D UHDR_BUILD_EXAMPLES=FALSE
25
+ -D UHDR_ENABLE_LOGS=TRUE
26
)
27
28
set (libuhdr_ROOT ${libuhdr_LOCAL_INSTALL_DIR})
0 commit comments