Skip to content

Commit 2dd9dba

Browse files
committed
Update cmake
1 parent 2487868 commit 2dd9dba

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CMakeLists.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ set(CMAKE_MACOSX_RPATH ON)
1414
set(CMAKE_CXX_STANDARD 17)
1515

1616
# Workaround a JCC bug in Intel CPUs:
17-
# https://www.intel.com/content/dam/support/us/en/documents/processors/mitigations-jump-conditional-code-erratum.pdf
17+
# https://www.intel.com/content/dam/support/us/en/documents/processors/
18+
# mitigations-jump-conditional-code-erratum.pdf
1819
# to get more reliable benchmark results.
1920
set(INTEL FALSE)
2021
if (APPLE)
@@ -152,3 +153,5 @@ target_link_libraries(concat-benchmark benchmark fmt)
152153

153154
add_executable(find-pow10-benchmark find-pow10-benchmark.cc)
154155
target_link_libraries(find-pow10-benchmark benchmark)
156+
157+
add_subdirectory(src/itoa-benchmark)

0 commit comments

Comments
 (0)