Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
4574df0a
Commit
4574df0a
authored
Jun 22, 2014
by
Daenyth
Browse files
Remove testclient cmake option.
This has been obsolete a long time
parent
e5d15e8d
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
4574df0a
...
...
@@ -99,9 +99,3 @@ option(WITH_ORACLE "build oracle" ON)
if
(
WITH_ORACLE
)
add_subdirectory
(
oracle
)
endif
()
# Compile testclient (default off)
option
(
WITH_TESTCLIENT
"build testclient"
OFF
)
if
(
WITH_TESTCLIENT
)
add_subdirectory
(
testclient
)
endif
()
\ No newline at end of file
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