Skip to content

Commit

Permalink
more debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeits committed Aug 5, 2015
1 parent 46a5466 commit 9d04936
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ 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})
message("CMAKE_BUILD_TYPE is: " ${CMAKE_BUILD_TYPE})

foreach (proj ${EXTERNAL_PROJECTS})
set(deps)
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ endif

.PHONY: download-all
download-all: configure
cmake --build pod-build --config $(BUILD_TYPE) --target $@
cmake --build pod-build --config $(BUILD_TYPE) -DCMAKE_BUILD_TYPE=$(BUILD_TYPE) --target $@

.PHONY: clean
clean:
Expand Down

0 comments on commit 9d04936

Please sign in to comment.