author | František Kučera <franta-hg@frantovo.cz> |
Wed, 19 Dec 2018 23:10:18 +0100 | |
branch | v_0 |
changeset 29 | af3df945b51f |
parent 28 | f2c97faab8d9 |
child 30 | 01a7a0605020 |
CMakeLists.txt | file | annotate | diff | comparison | revisions |
--- a/CMakeLists.txt Tue Dec 18 22:02:53 2018 +0100 +++ b/CMakeLists.txt Wed Dec 19 23:10:18 2018 +0100 @@ -15,5 +15,5 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. project (relpipe-in-cli.cpp) -cmake_minimum_required(VERSION 2.8) +cmake_minimum_required(VERSION 3.7.2) add_subdirectory (src)