Skip to content
Snippets Groups Projects
Commit e1f0b227 authored by James Zern's avatar James Zern
Browse files

test.cmake: remove unnecessary gtest include path

only googletest/include is needed for the gtest.h sub-includes.

Change-Id: Ib821a596103377c2f7a0df5f99ead209874c8ee6
parent 86bec883
No related branches found
No related tags found
No related merge requests found
......@@ -349,7 +349,6 @@ if (CONFIG_UNIT_TESTS)
endif ()
include_directories(
"${AOM_ROOT}/third_party/googletest/src/googletest/src"
"${AOM_ROOT}/third_party/googletest/src/googletest/include")
if (AOM_DISABLE_GTEST_CMAKE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment