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
1bd33507
Commit
1bd33507
authored
May 10, 2010
by
jean-pierre charras
Browse files
Options
Browse Files
Download
Plain Diff
Update Cmake version requirement
parents
03b290f9
bf217138
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
CMakeLists.txt
CMakeLists.txt
+3
-2
No files found.
CMakeLists.txt
View file @
1bd33507
project
(
kicad
)
# test the minimum Cmake version requirement (could be different under unix or Windows
if
(
WIN32
)
cmake_minimum_required
(
VERSION 2.
6.1
FATAL_ERROR
)
cmake_minimum_required
(
VERSION 2.
8.0
FATAL_ERROR
)
else
(
WIN32
)
cmake_minimum_required
(
VERSION 2.
6
.0 FATAL_ERROR
)
cmake_minimum_required
(
VERSION 2.
8
.0 FATAL_ERROR
)
endif
(
WIN32
)
# Path to local CMake modules.
...
...
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