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
Xiph.Org
aom-rav1e
Commits
44f7c836
Commit
44f7c836
authored
Feb 22, 2017
by
Tom Finegan
Browse files
Tidy up cmake include order in aom_configure.cmake.
Change-Id: I7dae1b184fe174bad782f34a6b213de0286e90f4
parent
3212384a
Changes
1
Hide whitespace changes
Inline
Side-by-side
build/cmake/aom_configure.cmake
View file @
44f7c836
...
...
@@ -10,6 +10,9 @@
##
cmake_minimum_required
(
VERSION 3.2
)
include
(
FindGit
)
include
(
FindPerl
)
include
(
"
${
AOM_ROOT
}
/build/cmake/aom_config_defaults.cmake"
)
include
(
"
${
AOM_ROOT
}
/build/cmake/compiler_flags.cmake"
)
include
(
"
${
AOM_ROOT
}
/build/cmake/compiler_tests.cmake"
)
...
...
@@ -68,9 +71,6 @@ endif ()
include
(
"
${
AOM_ROOT
}
/build/cmake/targets/
${
AOM_TARGET_CPU
}
.cmake"
)
include
(
FindGit
)
include
(
FindPerl
)
# Test compiler flags.
if
(
MSVC
)
add_compiler_flag_if_supported
(
"/W3"
)
...
...
Write
Preview
Supports
Markdown
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