mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 03:36:40 +08:00
1747449be8
* [faad2] Update to 2.11.1 * update version * fix tools name * version --------- Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
14 lines
324 B
Diff
14 lines
324 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 5c0aeff..9614c19 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -261,7 +261,7 @@ endif()
|
|
|
|
# Installation
|
|
|
|
-if(NOT FAAD_BUNDLED_MODE AND NOT MSVC)
|
|
+if(1)
|
|
install(FILES "${CMAKE_CURRENT_BINARY_DIR}/faad2.pc"
|
|
DESTINATION "${CMAKE_INSTALL_LIBDIR}/pkgconfig")
|
|
|