Skip to content

Commit

Permalink
Move test to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flagarde committed Nov 1, 2021
1 parent e38ad27 commit c400b7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/units/OldVersion/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ include(${GET_CMAKEMM_PATH}/GetCMakeMM.cmake)

project(TestCMakeMM LANGUAGES NONE)

cmmm(VERSION "1.1" REPOSITORY "flagarde/CMakeMM" DESTINATION "CMakeMM" ALWAYS_DOWNLOAD)
cmmm(VERSION "2.0" REPOSITORY "flagarde/CMakeMM" DESTINATION "CMakeMM" ALWAYS_DOWNLOAD)

cmmm_modules_list(REPOSITORY "TestingRepositories/ModulesListTest/" DESTINATION "Modules")

Expand Down
2 changes: 1 addition & 1 deletion tests/units/OldVersionIgnore/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ include(${GET_CMAKEMM_PATH}/GetCMakeMM.cmake)

project(TestCMakeMM LANGUAGES NONE)

cmmm(VERSION "1.1" REPOSITORY "flagarde/CMakeMM" DESTINATION "CMakeMM" ALWAYS_DOWNLOAD IGNORE_NEW_VERSION)
cmmm(VERSION "2.0" REPOSITORY "flagarde/CMakeMM" DESTINATION "CMakeMM" ALWAYS_DOWNLOAD IGNORE_NEW_VERSION)

cmmm_modules_list(REPOSITORY "TestingRepositories/ModulesListTest/" DESTINATION "Modules")

Expand Down

0 comments on commit c400b7a

Please sign in to comment.