We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa74235 commit bea49b1Copy full SHA for bea49b1
CMakeLists.txt
@@ -1,4 +1,4 @@
1
-cmake_minimum_required(VERSION 3.2)
+cmake_minimum_required(VERSION 3.6)
2
3
project(linuxdeploy-desktopfile CXX)
4
src/CMakeLists.txt
-cmake_minimum_required(VERSION 3.0)
# required to be able to link libraries into shared libraries or PIEs
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
0 commit comments