Skip to content
Snippets Groups Projects
Commit fe7c02b8 authored by Tomáš Pecka's avatar Tomáš Pecka
Browse files

CMake: Compatibility with CMake 3.7

parent a1c00ddb
No related branches found
No related tags found
1 merge request!42Dev tp
cmake_minimum_required(VERSION 3.9)
cmake_minimum_required(VERSION 3.7)
 
# Project name
project(alib2)
......
......@@ -12,3 +12,5 @@ project: alib2algo alib2aux
[CMake]
CMAKE_AUTOMOC: ON
CMAKE_AUTOUIC: ON
;Compatibility with cmake 3.7 (autogen)
CMAKE_INCLUDE_CURRENT_DIR: ON
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment