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
40386a34
Commit
40386a34
authored
Feb 08, 2015
by
Fabio Bas
Browse files
Don't require lib, it's optional
parent
030b0234
Changes
1
Hide whitespace changes
Inline
Side-by-side
oracle/CMakeLists.txt
View file @
40386a34
...
...
@@ -96,7 +96,7 @@ endif()
INCLUDE_DIRECTORIES
(
../cockatrice/src
)
# Libz is required to support zipped files
FIND_PACKAGE
(
ZLIB
REQUIRED
)
FIND_PACKAGE
(
ZLIB
)
IF
(
ZLIB_FOUND
)
INCLUDE_DIRECTORIES
(
${
ZLIB_INCLUDE_DIRS
}
)
ADD_DEFINITIONS
(
"-DHAS_ZLIB"
)
...
...
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