Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
flagarde committed May 8, 2024
1 parent 433d281 commit 88fa996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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/ModulesList.cmake")
cmmm_modules_list(URL "https://raw.githubusercontent.com/flagarde/CMakeCM/main/")
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 Down

0 comments on commit 88fa996

Please sign in to comment.