Skip to content

Commit

Permalink
Merge branch 'tribits_github_snapshot' into 10774-final-fixes (#10774,
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlettroscoe committed Aug 25, 2022
2 parents 075198b + 41a5fab commit e3e9012
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ if(CMAKE_VERSION VERSION_LESS 3.3)
set(${PDOLLAR}{CMAKE_FIND_PACKAGE_NAME}_FOUND FALSE)
return()
endif()
cmake_minimum_required(VERSION 3.3...${CMAKE_VERSION})
cmake_minimum_required(VERSION 3.3...${TRIBITS_CMAKE_MINIMUM_REQUIRED})

## ---------------------------------------------------------------------------
## Compilers used by ${PROJECT_NAME}/${PACKAGE_NAME} build
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ if(CMAKE_VERSION VERSION_LESS 3.3)
set(${PDOLLAR}{CMAKE_FIND_PACKAGE_NAME}_FOUND FALSE)
return()
endif()
cmake_minimum_required(VERSION 3.3...${CMAKE_VERSION})
cmake_minimum_required(VERSION 3.3...${TRIBITS_CMAKE_MINIMUM_REQUIRED})

## ---------------------------------------------------------------------------
## Compilers used by ${PROJECT_NAME} build
Expand Down

0 comments on commit e3e9012

Please sign in to comment.