Skip to content

Commit

Permalink
Version 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flagarde committed May 7, 2021
1 parent c865b61 commit a689f8e
Show file tree
Hide file tree
Showing 4 changed files with 188 additions and 223 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
cmake_minimum_required(VERSION 3.15)

project(CMakeMM VERSION "1.1" DESCRIPTION "" HOMEPAGE_URL "https://github.com/flagarde/CMakeMM" LANGUAGES NONE)
project(CMakeMM VERSION "2.0" DESCRIPTION "CMake Modules Manager" HOMEPAGE_URL "https://github.com/flagarde/CMakeMM" LANGUAGES NONE)

option(CMAKEMM_TEST "Run tests" OFF)
option(BUILD_TEST "Run tests" OFF)

if(CMAKEMM_TEST)
if(BUILD_TEST)
add_subdirectory(tests)
endif()
Loading

0 comments on commit a689f8e

Please sign in to comment.