Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
crc-901
RelayMQ-Example
Commits
c65d6e19
Commit
c65d6e19
authored
Jun 06, 2017
by
Thorsten Goette
Browse files
Update CMakeLists.txt
parent
5dcd0afa
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
c65d6e19
...
...
@@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.5)
project
(
${
PROJECT_NAME
}
)
set
(
CMAKE_CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
-std=c++1
1
"
)
set
(
CMAKE_CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
-std=c++1
4
"
)
set
(
CMAKE_CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
-lpthread"
)
set
(
CMAKE_MODULE_PATH
${
CMAKE_MODULE_PATH
}
"
${
CMAKE_SOURCE_DIR
}
"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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