Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
benchmark
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
benchmark
Commits
e50b572e
Unverified
Commit
e50b572e
authored
May 06, 2021
by
Paweł Bylica
Committed by
GitHub
May 06, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cmake: Add explicit BENCHMARK_ENABLE_LIBPFM option (#1141)
parent
d0c227cc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
CMakeLists.txt
CMakeLists.txt
+2
-0
No files found.
CMakeLists.txt
View file @
e50b572e
...
@@ -34,6 +34,8 @@ option(BENCHMARK_DOWNLOAD_DEPENDENCIES "Allow the downloading and in-tree buildi
...
@@ -34,6 +34,8 @@ option(BENCHMARK_DOWNLOAD_DEPENDENCIES "Allow the downloading and in-tree buildi
# in cases where it is not possible to build or find a valid version of gtest.
# in cases where it is not possible to build or find a valid version of gtest.
option
(
BENCHMARK_ENABLE_GTEST_TESTS
"Enable building the unit tests which depend on gtest"
ON
)
option
(
BENCHMARK_ENABLE_GTEST_TESTS
"Enable building the unit tests which depend on gtest"
ON
)
option
(
BENCHMARK_ENABLE_LIBPFM
"Enable performance counters provided by libpfm"
OFF
)
set
(
CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON
)
set
(
CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON
)
set
(
ENABLE_ASSEMBLY_TESTS_DEFAULT OFF
)
set
(
ENABLE_ASSEMBLY_TESTS_DEFAULT OFF
)
function
(
should_enable_assembly_tests
)
function
(
should_enable_assembly_tests
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment