Skip to content

Commit 14ead3f

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ add_compile_definitions(CODSPEED_VERSION="${CODSPEED_VERSION}")
1919

2020
# Disable valgrind compilation errors
2121
if(CMAKE_CXX_COMPILER_ID MATCHES "GNU|Clang")
22-
# Disable the old-style-cast warning for the specific target
23-
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)
2424
endif()
2525

2626
# Specify the include directories for users of the library

0 commit comments

Comments
 (0)