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-edelen_a
src
Commits
b7564a17
Commit
b7564a17
authored
Mar 19, 2015
by
gsell
Browse files
set version to 1.3.2
parent
5e0677c0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
CMakeLists.txt
CMakeLists.txt
+1
-1
src/CMakeLists.txt
src/CMakeLists.txt
+2
-2
No files found.
CMakeLists.txt
View file @
b7564a17
CMAKE_MINIMUM_REQUIRED
(
VERSION 2.8.10
)
PROJECT
(
OPAL
)
SET
(
OPAL_VERSION_MAJOR 1
)
SET
(
OPAL_VERSION_MINOR 3.
1
)
SET
(
OPAL_VERSION_MINOR 3.
2
)
IF
(
NOT CMAKE_CONFIGURATION_TYPES AND NOT CMAKE_BUILD_TYPE
)
SET
(
CMAKE_BUILD_TYPE RelWithDebInfo CACHE STRING
...
...
src/CMakeLists.txt
View file @
b7564a17
cmake_minimum_required
(
VERSION 2.
6
)
cmake_minimum_required
(
VERSION 2.
8.10
)
set
(
PACKAGE \"opal\"
)
set
(
PACKAGE_BUGREPORT \"opal@lists.psi.ch\"
)
set
(
PACKAGE_NAME \"OPAL\"
)
set
(
PACKAGE_TARNAME \"opal\"
)
set
(
PACKAGE_VERSION \"1.3.
1
\"
)
set
(
PACKAGE_VERSION \"1.3.
2
\"
)
configure_file
(
config.h.in
${
CMAKE_CURRENT_SOURCE_DIR
}
/config.h
)
...
...
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