File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
## DART 6
2
2
3
- ### DART 6.3.1 (2018-03-14)
3
+ ### DART 6.3.1 (2018-03-21)
4
+
5
+ * Build system
6
+
7
+ * Remove an undefined cmake macro/function: [ #1036 ] ( https://github.com/dartsim/dart/pull/1036 )
4
8
5
9
* ROS support
6
10
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ elseif("${CMAKE_BUILD_TYPE_UPPERCASE}" STREQUAL "RELWITHDEBINFO")
127
127
elseif ("${CMAKE_BUILD_TYPE_UPPERCASE} " STREQUAL "MINSIZEREL" )
128
128
set (BUILD_TYPE_MINSIZEREL TRUE )
129
129
else ()
130
- build_error ( "CMAKE_BUILD_TYPE ${CMAKE_BUILD_TYPE} unknown. Valid options are: Debug | Release | RelWithDebInfo | MinSizeRel" )
130
+ message ( STATUS "CMAKE_BUILD_TYPE ${CMAKE_BUILD_TYPE} unknown. Valid options are: Debug | Release | RelWithDebInfo | MinSizeRel" )
131
131
endif ()
132
132
133
133
#===============================================================================
You can’t perform that action at this time.
0 commit comments