repo.or.cz
/
libsigcplusplus.mirror.git
/
commitdiff
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
raw
|
patch
|
inline
|
side by side
(parent:
690cbef
)
CMakeLists.txt: Change minimum required cmake version from 3.2 to 3.10
author
Kjell Ahlstedt
<
[email protected]
>
Mon, 21 Apr 2025 14:40:56 +0000
(21 16:40 +0200)
committer
Kjell Ahlstedt
<
[email protected]
>
Mon, 21 Apr 2025 14:40:56 +0000
(21 16:40 +0200)
Fixes #112
CMakeLists.txt
patch
|
blob
|
blame
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index
a1432d8
..
ee64a3a
100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-13,7
+13,7
@@
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, see <https://www.gnu.org/licenses/>.
-cmake_minimum_required (VERSION 3.
2
)
+cmake_minimum_required (VERSION 3.
10
)
set (SIGCXX_MAJOR_VERSION 3)
set (SIGCXX_MINOR_VERSION 4)