Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Courses
Scotty3D
Commits
f4c6263a
Commit
f4c6263a
authored
Feb 21, 2021
by
fzyzcjy
Browse files
downgrade cmake 3.17 -> 3.16 for CLion
parent
3671ae4a
Changes
5
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
f4c6263a
cmake_minimum_required
(
VERSION 3.1
7
)
cmake_minimum_required
(
VERSION 3.1
6
)
# define project
...
...
deps/glad/CMakeLists.txt
View file @
f4c6263a
cmake_minimum_required
(
VERSION 3.1
7
)
cmake_minimum_required
(
VERSION 3.1
6
)
project
(
glad LANGUAGES CXX
)
...
...
deps/imgui/CMakeLists.txt
View file @
f4c6263a
cmake_minimum_required
(
VERSION 3.1
7
)
cmake_minimum_required
(
VERSION 3.1
6
)
project
(
imgui LANGUAGES CXX
)
...
...
deps/nfd/CMakeLists.txt
View file @
f4c6263a
cmake_minimum_required
(
VERSION 3.1
7
)
cmake_minimum_required
(
VERSION 3.1
6
)
if
(
UNIX AND NOT APPLE
)
set
(
LINUX TRUE
)
...
...
deps/sf_libs/CMakeLists.txt
View file @
f4c6263a
cmake_minimum_required
(
VERSION 3.1
7
)
cmake_minimum_required
(
VERSION 3.1
6
)
project
(
sf_libs LANGUAGES CXX
)
...
...
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