From f95b09a4a955cd9eabe8a87358e223cfc186df1e Mon Sep 17 00:00:00 2001 From: Jeremy Rimpo Date: Sun, 5 Dec 2021 03:42:51 -0600 Subject: [PATCH] Changes to compile with Qt6 + Boost 1.77 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 33a8f7d..032521f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.16) -project(DDSPreview LANGUAGES NONE) +project(DDSPreview LANGUAGES CXX) set(project_type python_plugin) set(enable_warnings OFF)