mirror of https://git.tukaani.org/xz.git
CMake: Use native newlines in liblzma.pc
vcpkg doesn't specify the newline type so it should be fine to use native newlines in liblzma.pc on Windows.
This commit is contained in:
parent
ebd155c3a1
commit
5ca96a9348
|
@ -1429,9 +1429,7 @@ else()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
set(PTHREAD_CFLAGS "${CMAKE_THREAD_LIBS_INIT}")
|
set(PTHREAD_CFLAGS "${CMAKE_THREAD_LIBS_INIT}")
|
||||||
configure_file(src/liblzma/liblzma.pc.in liblzma.pc
|
configure_file(src/liblzma/liblzma.pc.in liblzma.pc @ONLY)
|
||||||
@ONLY
|
|
||||||
NEWLINE_STYLE LF)
|
|
||||||
|
|
||||||
# Install the library binary. The INCLUDES specifies the include path that
|
# Install the library binary. The INCLUDES specifies the include path that
|
||||||
# is exported for other projects to use but it doesn't install any files.
|
# is exported for other projects to use but it doesn't install any files.
|
||||||
|
|
Loading…
Reference in New Issue