Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
44f7c836
Commit
44f7c836
authored
Feb 22, 2017
by
Tom Finegan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tidy up cmake include order in aom_configure.cmake.
Change-Id: I7dae1b184fe174bad782f34a6b213de0286e90f4
parent
3212384a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
build/cmake/aom_configure.cmake
build/cmake/aom_configure.cmake
+3
-3
No files found.
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
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