Skip to content

Commit 091387b

Browse files
committed
Point to mallocMC with proper cmake
1 parent a644b5a commit 091387b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/simple-mallocMC/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ cpmaddpackage(
3030
# https://github.com/cpm-cmake/CPM.cmake?tab=readme-ov-file #lua
3131
cpmaddpackage(
3232
NAME mallocMC
33-
URL file:///home/lenz/workspace/src/mallocMC-modern
34-
GIT_TAG main
33+
GITHUB_REPOSITORY chillenzer/mallocMC
34+
GIT_TAG update-cmake
3535
)
3636

3737
cpmaddpackage(NAME KitGenBench SOURCE_DIR ${CMAKE_CURRENT_LIST_DIR}/../..)

0 commit comments

Comments
 (0)