Skip to content

Commit

Permalink
Merge pull request #1691 from OPAE/aravuri/pull_libs
Browse files Browse the repository at this point in the history
merge opae-libs change to release branch
  • Loading branch information
anandaravuri committed Sep 18, 2020
2 parents dc237b9 + 6bac5c3 commit b31201e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions opae-libs/CMakeLists.txt
Expand Up @@ -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)

Expand Down

0 comments on commit b31201e

Please sign in to comment.