Skip to content

Commit

Permalink
Use new cmmm
Browse files Browse the repository at this point in the history
  • Loading branch information
flagarde committed May 8, 2024
1 parent fa4b9bc commit 8a15ff5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 94 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if(KHAOS_BUILD_DOCS OR KHAOS_BUILD_TESTS)
FetchContent_Declare(CMMM GIT_REPOSITORY "https://github.com/cmake-tools/cmmm.git" GIT_TAG "v1.0")
FetchContent_MakeAvailable(CMMM)
cmmm()
cmmm_modules_list(URL "https://raw.githubusercontent.com/flagarde/CMakeCM/main/")
cmmm_modules_list(URL "gh:flagarde/CMakeCM#main" FILEPATH ModulesListNew.cmake)
endif()

project(Khaos VERSION 0.0.1.0 DESCRIPTION "A C/C++ library to simplify cross-platform programming" HOMEPAGE_URL "https://github.com/flagarde/Khaos" LANGUAGES C CXX)
Expand All @@ -22,6 +22,6 @@ if(KHAOS_BUILD_DOCS)
endif()

if(KHAOS_BUILD_TESTS)
enable_testing()
include(CTest)
add_subdirectory(tests)
endif()
92 changes: 0 additions & 92 deletions cmake/GetCMakeMM.cmake

This file was deleted.

0 comments on commit 8a15ff5

Please sign in to comment.