Skip to content

Commit

Permalink
Updated SimpleIni to point back to original repo.
Browse files Browse the repository at this point in the history
Signed-off-by: Vinícius Ferrão <[email protected]>
  • Loading branch information
viniciusferrao committed Jul 14, 2023
1 parent 021b880 commit 173f5f0
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions Dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -89,16 +89,9 @@ function(cloysterhpc_setup_dependencies)
# CPMAddPackage("gh:lefticus/tools#update_build_system")
#endif()

# if(NOT TARGET simpleini::simpleini)
# CPMAddPackage(
# NAME simpleini
# VERSION 4.19
# GITHUB_REPOSITORY brofield/simpleini
# )
# endif()
if(NOT TARGET SimpleIni::SimpleIni)
CPMAddPackage("gh:viniciusferrao/simpleini#[email protected]")
endif()
if(NOT TARGET SimpleIni::SimpleIni)
CPMAddPackage("gh:brofield/[email protected]")
endif()

# Standalone packages
# Include module path for packages that we need to find or build
Expand Down

0 comments on commit 173f5f0

Please sign in to comment.