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
elementary-utils
Commits
77cb66a7
Commit
77cb66a7
authored
Jun 20, 2016
by
Nabil Chouika
Browse files
refs#16
- Fix CMakeLists.txt to force C++98 - Fix some absolute URL
parent
b3cbdac4
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
77cb66a7
...
...
@@ -2,6 +2,9 @@ cmake_minimum_required(VERSION 2.6)
project
(
ElementaryUtils CXX
)
# Force C++98
add_definitions
(
-std=c++98
)
# Tell CMake to run moc when necessary:
set
(
CMAKE_AUTOMOC ON
)
...
...
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