Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kicad-source-mirror
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
kicad-source-mirror
Commits
e341f1c3
Commit
e341f1c3
authored
Jan 04, 2008
by
raburton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cmake: make build fail if zlib missing
parent
f63492f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
CMakeLists.txt
kicad/minizip/CMakeLists.txt
+2
-1
No files found.
kicad/minizip/CMakeLists.txt
View file @
e341f1c3
...
...
@@ -13,5 +13,6 @@ IF(ZLIB_FOUND)
INSTALL
(
TARGETS minizip RUNTIME DESTINATION bin
)
ELSE
(
ZLIB_FOUND
)
MESSAGE
(
STATUS
"Check for installed ZLIB -- not found"
)
MESSAGE
(
STATUS
"Check for installed zlib -- not found"
)
MESSAGE
(
FATAL_ERROR
"zlib was not found - it is required to build KiCad"
)
ENDIF
(
ZLIB_FOUND
)
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