Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
eos
QuarkDB
Commits
cac8536f
Commit
cac8536f
authored
Jul 20, 2018
by
Georgios Bitzes
Browse files
Remove unused 'make dist' and 'make srpm' from CMakeLists
parent
7638c640
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
cac8536f
...
...
@@ -137,7 +137,6 @@ add_definitions(-Wall -Wextra -Werror -Wno-unused-parameter -std=c++17 -g3 -fPIC
#-------------------------------------------------------------------------------
# Build source and tests
#-------------------------------------------------------------------------------
if
(
NOT PACKAGEONLY
)
add_subdirectory
(
deps/backward-cpp
)
add_subdirectory
(
deps/qclient
)
...
...
@@ -145,19 +144,3 @@ if(NOT PACKAGEONLY)
add_subdirectory
(
src
)
add_subdirectory
(
tools
)
endif
()
#-------------------------------------------------------------------------------
# Packaging and source rpm
#-------------------------------------------------------------------------------
add_custom_target
(
dist
COMMAND ./packaging/make-dist.sh
WORKING_DIRECTORY
${
CMAKE_CURRENT_SOURCE_DIR
}
)
add_custom_target
(
srpm
COMMAND ./packaging/make-srpm.sh
WORKING_DIRECTORY
${
CMAKE_CURRENT_SOURCE_DIR
}
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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