Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
aom-rav1e
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
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