8000 Tabs -> spaces in CMakeLists · Dadie/docopt.cpp@b6d3486 · GitHub
[go: up one dir, main page]

Skip to content

Commit b6d3486

Browse files
committed
Tabs -> spaces in CMakeLists
1 parent b88d09b commit b6d3486

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ set(docopt_HEADERS
4040
# Compile targets
4141
#============================================================================
4242
if(MSVC OR XCODE)
43-
# MSVC requires __declspec() attributes, which are achieved via the
44-
# DOCOPT_DLL and DOCOPT_EXPORTS macros below. Since those macros are only
45-
# defined when building a shared library, we must build the shared and
46-
# static libraries completely separately.
43+
# MSVC requires __declspec() attributes, which are achieved via the
44+
# DOCOPT_DLL and DOCOPT_EXPORTS macros below. Si 545C nce those macros are only
45+
# defined when building a shared library, we must build the shared and
46+
# static libraries completely separately.
4747
# Xcode does not support libraries with only object files as sources.
4848
# See https://cmake.org/cmake/help/v3.0/command/add_library.html?highlight=add_library
4949
add_library(docopt SHARED ${docopt_SOURCES} ${docopt_HEADERS})

0 commit comments

Comments
 (0)
0