Change default CMakeLists.txt (#43)

* Change default CMakeLists.txt to add Ubuntu18 support

* Change cmake minimum required version
This commit is contained in:
Hidenori Matsubayashi
2021-08-04 09:39:44 +09:00
committed by GitHub
parent b59f8cf9ff
commit 84826a6c81
3 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
cmake_minimum_required(VERSION 3.10)
cmake_minimum_required(VERSION 3.15)
project(runner LANGUAGES CXX)
set(BINARY_NAME "{{projectName}}")
cmake_policy(SET CMP0079 NEW)
cmake_policy(SET CMP0063 NEW)
set(CMAKE_INSTALL_RPATH "$ORIGIN/lib")