Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Simox
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Florian Leander Singer
Simox
Commits
84ce4385
Commit
84ce4385
authored
6 years ago
by
Raphael Grimm
Browse files
Options
Downloads
Patches
Plain Diff
Fix c++17 flag
parent
83d60941
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
CMakeModules/BulletCheckPrecision.cmake
+2
-2
2 additions, 2 deletions
CMakeModules/BulletCheckPrecision.cmake
with
3 additions
and
3 deletions
CMakeLists.txt
+
1
−
1
View file @
84ce4385
...
...
@@ -13,8 +13,8 @@ IF(NOT CMAKE_BUILD_TYPE)
FORCE
)
ENDIF
()
set
(
CMAKE_CXX_STANDARD 17
)
set
(
CMAKE_CXX_STANDARD_REQUIRED ON
)
set
(
CXX_STANDARD 17
)
list
(
APPEND CMAKE_MODULE_PATH
${
Simox_SOURCE_DIR
}
/CMakeModules
)
MESSAGE
(
STATUS
"** Module path: "
${
CMAKE_MODULE_PATH
}
)
...
...
This diff is collapsed.
Click to expand it.
CMakeModules/BulletCheckPrecision.cmake
+
2
−
2
View file @
84ce4385
...
...
@@ -7,7 +7,7 @@ macro(BulletCheckPrecision)
CMAKE_FLAGS
"-DINCLUDE_DIRECTORIES:string=
${
BULLET_INCLUDE_DIRS
}
"
"-DLINK_LIBRARIES:string=
${
BULLET_LIBRARIES
}
"
"-DCMAKE_CXX_FLAGS:string=-std=c++1
1
"
"-DCMAKE_CXX_FLAGS:string=-std=c++1
7
"
COMPILE_DEFINITIONS
"-DBT_USE_DOUBLE_PRECISION"
OUTPUT_VARIABLE _buildOutDouble
...
...
@@ -37,7 +37,7 @@ macro(BulletCheckPrecision)
message
(
STATUS
" CMAKE_FLAGS"
)
message
(
STATUS
" -DINCLUDE_DIRECTORIES:string=
${
BULLET_INCLUDE_DIRS
}
"
)
message
(
STATUS
" -DLINK_LIBRARIES:string=
${
BULLET_LIBRARIES
}
"
)
message
(
STATUS
" -DCMAKE_CXX_FLAGS:string=-std=c++1
1
"
)
message
(
STATUS
" -DCMAKE_CXX_FLAGS:string=-std=c++1
7
"
)
message
(
STATUS
" COMPILE_DEFINITIONS"
)
message
(
STATUS
" -DBT_USE_DOUBLE_PRECISION"
)
message
(
STATUS
"Build output for double precision:"
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment