Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ext-piot_p
src
Commits
aa7ef52d
Commit
aa7ef52d
authored
Oct 19, 2022
by
gsell
Browse files
Merge branch '743-compilation-fails' into 'master'
Resolve "Compilation fails" Closes
#743
See merge request
!603
parents
6a8f035a
a9a5c879
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
CMakeLists.txt
CMakeLists.txt
+1
-1
No files found.
CMakeLists.txt
View file @
aa7ef52d
cmake_minimum_required
(
VERSION 3.12
)
cmake_policy
(
VERSION 3.12
)
project
(
OPAL VERSION 2022.2
-dev
)
project
(
OPAL VERSION 2022.2
.99
)
set
(
PROJECT_BUGREPORT opal@lists.psi.ch
)
string
(
REGEX REPLACE
"
\\
.([0-9])
\\
."
".0
\\
1."
PACKAGE_VERSION
${
PROJECT_VERSION
}
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment