Skip to content
Snippets Groups Projects
Commit 00b4df73 authored by Tom Finegan's avatar Tom Finegan
Browse files

Fix CMake MSVC generation.

Move the add_dependencies() call for aom_pc to within
the if(MSVC) block, where it belongs.

BUG=aomedia:722

Change-Id: If25a6c83a981afc6d900e89e31db528af13b9e93
parent d72ea329
No related branches found
No related tags found
2 merge requests!6Rav1e 11 yushin 1,!3Rav1e 10 yushin
......@@ -216,8 +216,8 @@ if (NOT MSVC)
-P "${AOM_ROOT}/build/cmake/pkg_config.cmake"
COMMENT "Writing aom.pc"
VERBATIM)
add_dependencies(aom_pc aom_version)
endif ()
add_dependencies(aom_pc aom_version)
# TODO(tomfinegan): Move rtcd target setup where it belongs for each rtcd
# source.
......
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