We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2fc237c + 16dc494 commit 6436e65Copy full SHA for 6436e65
2 files changed
.gitmodules
@@ -1,3 +1,3 @@
1
[submodule "libs/cxxopts"]
2
- path = libs/cxxopts
3
- url = git@github.com:NikolasK-source/cxxopts.git
+ path = libs/cxxopts
+ url = https://github.com/NikolasK-source/cxxopts.git
CMakeLists.txt
@@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.13.4 FATAL_ERROR)
4
# ======================================================================================================================
5
6
# project
7
-project(SHM_Random LANGUAGES CXX VERSION 1.0.1)
+project(SHM_Random LANGUAGES CXX VERSION 1.0.2)
8
9
# settings
10
set(Target "SHM_Random") # Executable name (without file extension!)
0 commit comments