mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 21:29:08 +08:00
d9f832bc05
* [libftdi1] update to 1.5 (#15917) * [libftdi1] fixed outdated version file (#15917) * [libftdi1] Switched to using option instead of patch to disable ftdi_eeprom (#15917) * [libftdi1] updated version file (#15917) * [libftdi1] Change version scheme Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
14 lines
379 B
Diff
14 lines
379 B
Diff
diff --git a/cmake/FindConfuse.cmake b/cmake/FindConfuse.cmake
|
|
index f6af7d5..e24d72f 100755
|
|
--- a/cmake/FindConfuse.cmake
|
|
+++ b/cmake/FindConfuse.cmake
|
|
@@ -46,7 +46,7 @@ find_path ( CONFUSE_INCLUDE_DIR
|
|
set ( CONFUSE_INCLUDE_DIRS ${CONFUSE_INCLUDE_DIR} )
|
|
|
|
find_library ( CONFUSE_LIBRARY
|
|
- NAMES confuse
|
|
+ NAMES libconfuse
|
|
)
|
|
|
|
set ( CONFUSE_LIBRARIES ${CONFUSE_LIBRARY} )
|