From 6c85e53d6d0fe194c24d69e6d90840a5586573e9 Mon Sep 17 00:00:00 2001 From: anandaravuri Date: Fri, 18 Sep 2020 11:00:39 -0700 Subject: [PATCH] opae-libs: update cmaklist tag to release branch --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cb5be18600bf..eec0cb8a71e8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -102,12 +102,12 @@ option(OPAE_PRESERVE_REPOS "Disable refresh of external repos" OFF) mark_as_advanced(OPAE_PRESERVE_REPOS) if(OPAE_BUILD_TESTS) - option(OPAE_TEST_TAG "Desired branch for opae-test" master) + option(OPAE_TEST_TAG "Desired branch for opae-test" release/2.0.0) mark_as_advanced(OPAE_TEST_TAG) endif(OPAE_BUILD_TESTS) if(OPAE_BUILD_SIM) - option(OPAE_SIM_TAG "Desired branch for opae-sim" master) + option(OPAE_SIM_TAG "Desired branch for opae-sim" release/2.0.0) mark_as_advanced(OPAE_SIM_TAG) endif(OPAE_BUILD_SIM)