cmake: bumped minimum version

We use `target_link_libraries` now which is 3.13+ only.
This commit is contained in:
itsmattkc
2020-05-09 16:40:13 +10:00
parent e0b08040ce
commit ec6eb4c053
+1 -1
View File
@@ -14,7 +14,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
cmake_minimum_required(VERSION 3.9 FATAL_ERROR)
cmake_minimum_required(VERSION 3.13 FATAL_ERROR)
project(olive-editor VERSION 0.2.0 LANGUAGES CXX)