Skip to content

Commit 0d250de

Browse files
author
Yinghai Lu
authored
Honor visibility options when compiled as a static library (#1276)
* Honor visibility options when compiled as a static library * . * .
1 parent 3446e32 commit 0d250de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ if(NOT CMAKE_BUILD_TYPE)
1111
"Choose the type of build from: Debug Release RelWithDebInfo MinSizeRel Coverage."
1212
FORCE)
1313
endif()
14+
cmake_policy(SET CMP0063 NEW)
1415

1516
# Project
1617
project(onnx C CXX)

0 commit comments

Comments
 (0)