Skip to content

Commit

Permalink
Merge pull request #85 from OPAE/aravuri/fix_subrepo
Browse files Browse the repository at this point in the history
opae-libs: update cmakelist tag to release branch
  • Loading branch information
anandaravuri committed Sep 18, 2020
2 parents 38c747d + 6c85e53 commit ada8bd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
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 ada8bd1

Please sign in to comment.