Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
googletest
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
googletest
Commits
780bae0f
Commit
780bae0f
authored
Aug 18, 2017
by
Gennadiy Civil
Committed by
GitHub
Aug 18, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1215 from henryiii/patch-1
Adding CMake visibility policy setting
parents
1fe692ce
5518a1d3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
CMakeLists.txt
googletest/CMakeLists.txt
+4
-0
No files found.
googletest/CMakeLists.txt
View file @
780bae0f
...
@@ -52,6 +52,10 @@ else()
...
@@ -52,6 +52,10 @@ else()
endif
()
endif
()
cmake_minimum_required
(
VERSION 2.6.4
)
cmake_minimum_required
(
VERSION 2.6.4
)
if
(
POLICY CMP0063
)
# Visibility
cmake_policy
(
SET CMP0063 NEW
)
endif
(
POLICY CMP0063
)
if
(
COMMAND set_up_hermetic_build
)
if
(
COMMAND set_up_hermetic_build
)
set_up_hermetic_build
()
set_up_hermetic_build
()
endif
()
endif
()
...
...
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