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 a630338Copy full SHA for a630338
src/cmake/build_libuhdr.cmake
@@ -18,8 +18,9 @@ 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
)
25
26
set (libuhdr_ROOT ${libuhdr_LOCAL_INSTALL_DIR})
0 commit comments