Skip to content

Commit

Permalink
Honor visibility options when compiled as a static library (onnx#1276)
Browse files Browse the repository at this point in the history
* Honor visibility options when compiled as a static library

* .

* .
  • Loading branch information
Yinghai Lu authored Aug 13, 2018
1 parent 3446e32 commit 0d250de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ if(NOT CMAKE_BUILD_TYPE)
"Choose the type of build from: Debug Release RelWithDebInfo MinSizeRel Coverage."
FORCE)
endif()
cmake_policy(SET CMP0063 NEW)

# Project
project(onnx C CXX)
Expand Down

0 comments on commit 0d250de

Please sign in to comment.