Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
ScalFMM
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
solverstack
ScalFMM
Commits
28589146
Commit
28589146
authored
Feb 12, 2013
by
COULAUD Olivier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
s
parent
e57c92a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
CMakeLists.txt
CMakeLists.txt
+2
-2
No files found.
CMakeLists.txt
View file @
28589146
...
...
@@ -15,7 +15,7 @@ project(ScalFMM)
# ScalFMM version number. An even minor number corresponds to releases.
SET
(
ScalFMM_MAJOR_VERSION 1
)
SET
(
ScalFMM_MINOR_VERSION 0
)
SET
(
ScalFMM_BUILD_VERSION
0
)
SET
(
ScalFMM_BUILD_VERSION
1
)
SET
(
ScalFMM_VERSION
"
${
ScalFMM_MAJOR_VERSION
}
.
${
ScalFMM_MINOR_VERSION
}
.
${
ScalFMM_BUILD_VERSION
}
"
)
...
...
@@ -166,4 +166,4 @@ CONFIGURE_FILE(${ScalFMM_SOURCE_DIR}/ScalFMMConfig.cmake.in
INSTALL
(
FILES
${
ScalFMM_BINARY_DIR
}
/ScalFMMConfig.cmake
DESTINATION lib/
)
\ No newline at end of file
)
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