Skip to content

Commit

Permalink
Do not skip installing FAAD in MSVC build
Browse files Browse the repository at this point in the history
  • Loading branch information
eustas committed Feb 12, 2024
1 parent 693690e commit 9a8c35e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ if (FAAD_BUILD_CLI)
endif()
# Installation

if(NOT FAAD_BUNDLED_MODE AND NOT MSVC)
if(NOT FAAD_BUNDLED_MODE)
install(FILES "${CMAKE_CURRENT_BINARY_DIR}/faad2.pc"
DESTINATION "${CMAKE_INSTALL_LIBDIR}/pkgconfig")

Expand Down

0 comments on commit 9a8c35e

Please sign in to comment.