File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.10)
22
3- set (CODSPEED_VERSION 1.0)
3+ 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
118set (CMAKE_CXX_STANDARD 17)
@@ -22,8 +19,8 @@ add_compile_definitions(CODSPEED_VERSION="${CODSPEED_VERSION}")
2219
2320# Disable valgrind compilation errors
2421if (CMAKE_CXX_COMPILER_ID MATCHES "GNU|Clang" )
25- # Disable the old-style-cast warning for the specific target
26- target_compile_options (codspeed PRIVATE -Wno-old-style-cast)
22+ # Disable the old-style-cast warning for the specific target
23+ target_compile_options (codspeed PRIVATE -Wno-old-style-cast)
2724endif ()
2825
2926# Specify the include directories for users of the library
You can’t perform that action at this time.
0 commit comments