We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 815730f commit 56bd7e4Copy full SHA for 56bd7e4
CMakeLists.txt
@@ -2,6 +2,8 @@ cmake_minimum_required(VERSION 3.27)
2
3
project(PythonQt LANGUAGES CXX VERSION 3.5.6)
4
5
+enable_testing()
6
+
7
set(CMAKE_CXX_STANDARD 11)
8
set(CMAKE_CXX_STANDARD_REQUIRED ON)
9
0 commit comments