-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix SoCMake examples git remote repository (#32)
- Loading branch information
Showing
6 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
set(CPM_DOWNLOAD_VERSION 0.38.1) # Define CPM version to be downloaded | ||
set(CPM_DOWNLOAD_VERSION 0.40.2) # Define CPM version to be downloaded | ||
include(${CMAKE_CURRENT_LIST_DIR}/CPM.cmake) # Include the CPM.cmake downloader | ||
|
||
CPMAddPackage( # Add SoCMake as a package | ||
NAME SoCMake | ||
GIT_TAG master # You can define GIT_TAG or VERSION for versioning | ||
GIT_REPOSITORY "ssh://[email protected]:7999/socrates/SoCMake.git" # GIT_REPOSITORY or URL | ||
GIT_TAG master # You can define GIT_TAG or VERSION for versioning | ||
GIT_REPOSITORY "https://github.com/HEP-SoC/SoCMake.git" # GIT_REPOSITORY or URL | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ include(FetchContent) | |
|
||
FetchContent_Declare( | ||
SoCMake | ||
GIT_REPOSITORY ssh://[email protected]:7999/socrates/SoCMake.git | ||
GIT_REPOSITORY https://github.com/HEP-SoC/SoCMake.git | ||
GIT_TAG master | ||
) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
set(CPM_DOWNLOAD_VERSION 0.38.1) # Define CPM version to be downloaded | ||
set(CPM_DOWNLOAD_VERSION 0.40.2) # Define CPM version to be downloaded | ||
include(${CMAKE_CURRENT_LIST_DIR}/CPM.cmake) # Include the CPM.cmake downloader | ||
|
||
CPMAddPackage( # Add SoCMake as a package | ||
NAME SoCMake | ||
GIT_TAG master # You can define GIT_TAG or VERSION for versioning | ||
GIT_REPOSITORY "ssh://[email protected]:7999/socrates/SoCMake.git" # GIT_REPOSITORY or URL | ||
GIT_REPOSITORY "https://github.com/HEP-SoC/SoCMake.git" # GIT_REPOSITORY or URL | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
set(CPM_DOWNLOAD_VERSION 0.38.1) # Define CPM version to be downloaded | ||
set(CPM_DOWNLOAD_VERSION 0.40.2) # Define CPM version to be downloaded | ||
include(${CMAKE_CURRENT_LIST_DIR}/CPM.cmake) # Include the CPM.cmake downloader | ||
|
||
CPMAddPackage( # Add SoCMake as a package | ||
NAME SoCMake | ||
GIT_TAG master # You can define GIT_TAG or VERSION for versioning | ||
GIT_REPOSITORY "ssh://[email protected]:7999/socrates/SoCMake.git" # GIT_REPOSITORY or URL | ||
GIT_REPOSITORY "https://github.com/HEP-SoC/SoCMake.git" # GIT_REPOSITORY or URL | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
set(CPM_DOWNLOAD_VERSION 0.38.1) | ||
set(CPM_DOWNLOAD_VERSION 0.40.2) | ||
include(${CMAKE_CURRENT_LIST_DIR}/CPM.cmake) | ||
|
||
CPMAddPackage( | ||
NAME SoCMake | ||
GIT_TAG master | ||
GIT_REPOSITORY "ssh://[email protected]:7999/socmake/SoCMake.git" | ||
GIT_REPOSITORY "https://github.com/HEP-SoC/SoCMake.git" | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
set(CPM_DOWNLOAD_VERSION 0.38.1) # Define CPM version to be downloaded | ||
set(CPM_DOWNLOAD_VERSION 0.40.2) # Define CPM version to be downloaded | ||
include(${CMAKE_CURRENT_LIST_DIR}/CPM.cmake) # Include the CPM.cmake downloader | ||
|
||
CPMAddPackage( # Add SoCMake as a package | ||
NAME SoCMake | ||
GIT_TAG master # You can define GIT_TAG or VERSION for versioning | ||
GIT_REPOSITORY "ssh://[email protected]:7999/socrates/SoCMake.git" # GIT_REPOSITORY or URL | ||
GIT_REPOSITORY "https://github.com/HEP-SoC/SoCMake.git" # GIT_REPOSITORY or URL | ||
) |