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
dcd22dd3
Commit
dcd22dd3
authored
Jan 05, 2008
by
f3nix
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
One may turn off minizip building on windows by setting BUILD_MINIZIP to OFF.
parent
32b4d32b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
CMakeLists.txt
kicad/minizip/CMakeLists.txt
+0
-4
No files found.
kicad/minizip/CMakeLists.txt
View file @
dcd22dd3
IF
(
UNIX
)
FIND_PACKAGE
(
ZLIB
)
IF
(
ZLIB_FOUND
)
MESSAGE
(
STATUS
"Check for installed ZLIB -- found"
)
...
...
@@ -18,5 +16,3 @@ ADD_EXECUTABLE(minizip ${MINIZIP_SRCS} )
TARGET_LINK_LIBRARIES
(
minizip
${
ZLIB_LIBRARIES
}
)
INSTALL
(
TARGETS minizip RUNTIME DESTINATION bin
)
ENDIF
(
UNIX
)
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