open-iscsi / target-isns

Target-isns is an iSNS client for the Linux LIO iSCSI target
GNU General Public License v2.0
16 stars 19 forks source link

Fix warnings from newer versions of cmake #59

Closed gonzoleeman closed 8 months ago

gonzoleeman commented 8 months ago

Newer version of cmake complain about the CMakeLists.txt file entry for cmake_minimum_required(). This fixes those warnings (using cmake versions 3.17 to 3.20).