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 e7a1f13 commit 8d99e5cCopy full SHA for 8d99e5c
core/CMakeLists.txt
@@ -2,10 +2,7 @@ cmake_minimum_required(VERSION 3.10)
2
3
set(CODSPEED_VERSION 1.0.0)
4
5
-project(
6
- codspeed
7
- VERSION ${CODSPEED_VERSION}
8
- LANGUAGES CXX)
+project(codspeed VERSION ${CODSPEED_VERSION} LANGUAGES CXX)
9
10
# Specify the C++ standard
11
set(CMAKE_CXX_STANDARD 17)
0 commit comments