Skip to content

Commit 8c0c865

Browse files
committed
msvc build check
1 parent e820fb9 commit 8c0c865

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

library/CMakeLists.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ if(NOT BUILD_SHARED_LIBS)
3232
target_compile_definitions(Core PUBLIC CORE_STATIC_DEFINE)
3333
endif()
3434

35-
set_target_properties(Core PROPERTIES
36-
CXX_VISIBILITY_PRESET hidden
37-
VISIBILITY_INLINES_HIDDEN YES
38-
VERSION "${PROJECT_VERSION}"
39-
SOVERSION "${PROJECT_VERSION_MAJOR}"
40-
)
35+
## set_target_properties(Core PROPERTIES
36+
## CXX_VISIBILITY_PRESET hidden
37+
## VISIBILITY_INLINES_HIDDEN YES
38+
## VERSION "${PROJECT_VERSION}"
39+
## SOVERSION "${PROJECT_VERSION_MAJOR}"
40+
## )
4141

4242
install(TARGETS Core)
4343

0 commit comments

Comments
 (0)