Skip to content

Commit 0566960

Browse files
committed
change: Require CMake >= 3.5
CMake 4.0 drops support for CMake < 3.5. Therefore require CMake 3.5 as minimum version to allow using CMake 4.0. All our supported platforms already provide CMake >= 3.5
1 parent 93b9d1c commit 0566960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# You should have received a copy of the GNU Affero General Public License
1616
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1717

18-
cmake_minimum_required (VERSION 3.0)
18+
cmake_minimum_required (VERSION 3.5)
1919

2020
message ("-- Configuring Greenbone Vulnerability Manager...")
2121

0 commit comments

Comments
 (0)