Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
hiredis
Commits
8966a1fc
Unverified
Commit
8966a1fc
authored
Jul 30, 2020
by
Michael Grunder
Committed by
GitHub
Jul 30, 2020
Browse files
Remove extra whitespace (#858)
parent
34b7f7a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
8966a1fc
...
...
@@ -61,10 +61,10 @@ INSTALL(TARGETS hiredis
INSTALL
(
FILES hiredis.h read.h sds.h async.h alloc.h
DESTINATION
${
CMAKE_INSTALL_INCLUDEDIR
}
/hiredis
)
INSTALL
(
DIRECTORY adapters
DESTINATION
${
CMAKE_INSTALL_INCLUDEDIR
}
/hiredis
)
INSTALL
(
FILES
${
CMAKE_CURRENT_BINARY_DIR
}
/hiredis.pc
DESTINATION
${
CMAKE_INSTALL_LIBDIR
}
/pkgconfig
)
...
...
@@ -95,7 +95,7 @@ IF(ENABLE_SSL)
ENDIF
()
ENDIF
()
FIND_PACKAGE
(
OpenSSL REQUIRED
)
SET
(
hiredis_ssl_sources
SET
(
hiredis_ssl_sources
ssl.c
)
ADD_LIBRARY
(
hiredis_ssl SHARED
${
hiredis_ssl_sources
}
)
...
...
@@ -124,7 +124,7 @@ IF(ENABLE_SSL)
INSTALL
(
FILES hiredis_ssl.h
DESTINATION
${
CMAKE_INSTALL_INCLUDEDIR
}
/hiredis
)
INSTALL
(
FILES
${
CMAKE_CURRENT_BINARY_DIR
}
/hiredis_ssl.pc
DESTINATION
${
CMAKE_INSTALL_LIBDIR
}
/pkgconfig
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment