Skip to content

Commit 1c34dc8

Browse files
committed
CMakeLists.txt: Change minimum required cmake version from 3.2 to 3.10
Fixes #112
1 parent 690cbef commit 1c34dc8

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
@@ -13,7 +13,7 @@
1313
# You should have received a copy of the GNU Lesser General Public
1414
# License along with this library; if not, see <https://www.gnu.org/licenses/>.
1515

16-
cmake_minimum_required (VERSION 3.2)
16+
cmake_minimum_required (VERSION 3.10)
1717

1818
set (SIGCXX_MAJOR_VERSION 3)
1919
set (SIGCXX_MINOR_VERSION 4)

0 commit comments

Comments
 (0)