-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'feat/gaptools' of https://github.com/cosmo-epfl/librascal…
… into feat/gaptools
- Loading branch information
Showing
152 changed files
with
3,262 additions
and
1,938 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
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
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
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,36 +1,3 @@ | ||
# ============================================================================= | ||
# file CMakeLists.txt | ||
# | ||
# @author Alexander Goscinski <[email protected]> | ||
# @author Till Junge <[email protected]> | ||
# @author Felix Musil <[email protected]> | ||
# @author Markus Stricker <[email protected]> | ||
# | ||
# @date 17 Jan 2019 | ||
# | ||
# @brief Main configuration file | ||
# | ||
# @section LICENSE | ||
# | ||
# Copyright © 2018 Till Junge, Felix Musil, Markus Stricker, COSMO (EPFL), LAMMM | ||
# (EPFL) | ||
# | ||
# Rascal is free software; you can redistribute it and/or | ||
# modify it under the terms of the GNU Lesser General Public License as | ||
# published by the Free Software Foundation, either version 3, or (at | ||
# your option) any later version. | ||
# | ||
# Rascal is distributed in the hope that it will be useful, but | ||
# WITHOUT ANY WARRANTY; without even the implied warranty of | ||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
# General Public License for more details. | ||
# | ||
# You should have received a copy of the GNU Lesser General Public License | ||
# along with Rascal; see the file COPYING. If not, write to the | ||
# Free Software Foundation, Inc., 59 Temple Place - Suite 330, | ||
# Boston, MA 02111-1307, USA. | ||
# ============================================================================= | ||
|
||
cmake_minimum_required(VERSION 3.0) | ||
|
||
# https://cmake.org/pipermail/cmake/2008-September/023808.html | ||
|
Oops, something went wrong.
59974d3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What was the purpose of this merge commit? Seems it's changed a lot of things. Such commits should normally have a message describing why they were necessary.
59974d3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok nevermind, seems the github view is messing up again (
git show
shows no changes, as it should).59974d3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the confusion. For some reason, I had to merge back into the branch while not adding anything and I was in a rush...