mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 03:07:20 +08:00
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")
|
||
|
|