Skip to content

Commit

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

message("CMAKE_BUILD_TYPE: " ${CMAKE_BUILD_TYPE})

foreach (proj ${EXTERNAL_PROJECTS})
set(deps)
foreach(dep ${${proj}_dependencies})
Expand Down
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,16 @@ pod-build/Makefile:

.PHONY: options
options: configure
ifeq ($(OS),Windows_NT)
ifeq ($(OS),Windows_NT)
cmake-gui pod-build
else
ccmake pod-build
endif

.PHONY: configure
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

0 comments on commit 46a5466

Please sign in to comment.