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
d6aacaf4
Commit
d6aacaf4
authored
Jun 13, 2017
by
Eric
Committed by
GitHub
Jun 13, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "Use NEW settings for CMP0063 policy (#399)" (#401)
This reverts commit
af542061
.
parent
af542061
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
CMakeLists.txt
CMakeLists.txt
+0
-1
No files found.
CMakeLists.txt
View file @
d6aacaf4
...
@@ -5,7 +5,6 @@ project (benchmark)
...
@@ -5,7 +5,6 @@ project (benchmark)
foreach
(
p
foreach
(
p
CMP0054
# CMake 3.1
CMP0054
# CMake 3.1
CMP0056
# export EXE_LINKER_FLAGS to try_run
CMP0056
# export EXE_LINKER_FLAGS to try_run
CMP0063
# CMake 3.3 - honour symbol visability for static libraries
)
)
if
(
POLICY
${
p
}
)
if
(
POLICY
${
p
}
)
cmake_policy
(
SET
${
p
}
NEW
)
cmake_policy
(
SET
${
p
}
NEW
)
...
...
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