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 8c76d3d commit 0c58116Copy full SHA for 0c58116
CMakeLists.txt
@@ -1,4 +1,4 @@
1
-cmake_minimum_required(VERSION 3.10)
+cmake_minimum_required (VERSION 3.12)
2
project (re-bear)
3
4
option(CMD_BUILD_TESTING "Enable testing for bearcommander" ON)
commander/CMakeLists.txt
project (bearcommander)
if(USE_QT4)
parser/CMakeLists.txt
project (bearparser)
# Offer the user the choice of overriding the installation directories
0 commit comments