libftdi-git Archives

Subject: A library to talk to FTDI chips branch, master, updated. v1.5-43-g3f314ed

From: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
To: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
Date: Fri, 28 Mar 2025 17:25:00 +0100 (CET)
The branch, master has been updated
       via  3f314ed78111473b7cbf1b9d1854c9f6322eea7a (commit)
      from  de9f01ece34d2fe6e842e0250a38f4b16eda2429 (commit)


- Log -----------------------------------------------------------------
commit 3f314ed78111473b7cbf1b9d1854c9f6322eea7a
Author: Yegor Yefremov <yegorslists@xxxxxxxxxxxxxx>
Date:   Fri Mar 21 08:51:51 2025 +0100

    CMakeLists.txt: remove obsolete policies
    
    Both CMP0011 and CMP0057 are covered by setting the CMake minimum
    version to 3.5.

-----------------------------------------------------------------------

Summary of changes:
 CMakeLists.txt |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2ce1ad4..949cbf4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11,16 +11,6 @@ set(VERSION_STRING ${MAJOR_VERSION}.${MINOR_VERSION})
 set(VERSION ${VERSION_STRING})
 set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
 
-# Support new if() IN_LIST operator
-if(POLICY CMP0057)
-  cmake_policy(SET CMP0057 NEW)
-endif()
-
-# Included scripts do automatic cmake_policy() PUSH and POP
-if(POLICY CMP0011)
-  cmake_policy(SET CMP0011 NEW)
-endif()
-
 # Target link properties INTERFACE_LINK_OPTIONS, INTERFACE_LINK_DIRECTORIES
 # and INTERFACE_LINK_DEPENDS are now transitive over private dependencies
 # of static libraries


hooks/post-receive
-- 
A library to talk to FTDI chips

--
libftdi-git - see http://www.intra2net.com/en/developer/libftdi for details.
To unsubscribe send a mail to libftdi-git+unsubscribe@xxxxxxxxxxxxxxxxxxxxxxx   

Current Thread
  • A library to talk to FTDI chips branch, master, updated. v1.5-43-g3f314ed, libftdi-git <=