diff --git a/CMakeLists.txt b/CMakeLists.txt index d32228a..72c4cbc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,8 +16,8 @@ ### You should have received a copy of the GNU General Public License ### along with Laminar. If not, see ### -project(laminar) cmake_minimum_required(VERSION 3.6) +project(laminar) set(CMAKE_INCLUDE_CURRENT_DIR ON) set(CMAKE_CXX_STANDARD 17)