Skip to content

Commit fb9c15a

Browse files
committed
Revert "msvc build check"
This reverts commit 8c0c865.
1 parent 8c0c865 commit fb9c15a

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)