Skip to content

Commit

Permalink
CMake: Adjust minimum version to support FetchContent.
Browse files Browse the repository at this point in the history
  • Loading branch information
sreiter committed Jul 21, 2024
1 parent 24f2d62 commit 94713ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

cmake_minimum_required (VERSION 3.1)
cmake_minimum_required (VERSION 3.11)

option (MOOSE_BUILD_SAMPLE "Build the moose sample application")
option (MOOSE_BUILD_TESTS "Build the moose tests")
Expand Down
2 changes: 1 addition & 1 deletion sample/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

cmake_minimum_required (VERSION 3.1)
cmake_minimum_required (VERSION 3.11)

project (moosesample)

Expand Down

0 comments on commit 94713ae

Please sign in to comment.