Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
partons
core
numa
Commits
50251b40
Commit
50251b40
authored
Jun 20, 2016
by
Nabil Chouika
Browse files
refs#16
- Fix CMakeLists.txt to force C++98 - Fix some absolute URL
parent
51211068
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
50251b40
...
...
@@ -4,6 +4,9 @@ cmake_minimum_required(VERSION 2.6)
project
(
NumA++ CXX
)
# Force C++98
add_definitions
(
-std=c++98
)
# placez vos exécutables dans des dossiers portant le nom du type de compilation (Release, Debug...). Ce dernier est défini par la variable CMAKE_BUILD_TYPE (qui n'a d'effet seulement si le générateur choisi est basé sur Make)
set
(
LIBRARY_OUTPUT_PATH
${
CMAKE_CURRENT_SOURCE_DIR
}
/lib
)
...
...
Write
Preview
Supports
Markdown
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