Skip to content

Commit 8d99e5c

Browse files
fixup! feat(core): allow measurement through codspeed core library
1 parent e7a1f13 commit 8d99e5c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

core/CMakeLists.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@ cmake_minimum_required(VERSION 3.10)
22

33
set(CODSPEED_VERSION 1.0.0)
44

5-
project(
6-
codspeed
7-
VERSION ${CODSPEED_VERSION}
8-
LANGUAGES CXX)
5+
project(codspeed VERSION ${CODSPEED_VERSION} LANGUAGES CXX)
96

107
# Specify the C++ standard
118
set(CMAKE_CXX_STANDARD 17)

0 commit comments

Comments
 (0)