Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeits committed Aug 5, 2015
1 parent 8fec1ff commit ea84d3c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,6 @@ set(yalmip_GIT_TAG c071fb7b7193491f8eefadba3bfff26160ad6cd4)
set(xfoil_GIT_REPOSITORY https://github.com/RobotLocomotion/xfoil.git)
set(xfoil_GIT_TAG fde0a9368dd451c93604051fc5704e120073800c)

message("CMAKE_BUILD_TYPE is: " ${CMAKE_BUILD_TYPE})

foreach (proj ${EXTERNAL_PROJECTS})
set(deps)
foreach(dep ${${proj}_dependencies})
Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ endif
.PHONY: configure
configure:
# @echo "BUILD_SYSTEM: '$(BUILD_SYSTEM)'"
@echo "BUILD_TYPE: $(BUILD_TYPE)"
@echo "BUILD_PREFIX: $(BUILD_PREFIX)"

# create the temporary build directory if needed
Expand Down
2 changes: 0 additions & 2 deletions drake/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ if (NOT DEFINED CMAKE_MACOSX_RPATH)
set(CMAKE_MACOSX_RPATH ON)
endif()

message("Drake CMAKE_BUILD_TYPE: " ${CMAKE_BUILD_TYPE})

list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")

# set up pods
Expand Down

0 comments on commit ea84d3c

Please sign in to comment.