Skip to content

Commit

Permalink
Scripts: flag to disable warnings reprinting
Browse files Browse the repository at this point in the history
  • Loading branch information
kevgs authored and midenok committed May 5, 2017
1 parent be0f586 commit 52a6812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/print_warnings.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
IF (CMAKE_BUILD_TYPE MATCHES "Debug")
IF (NOT DEFINED WITHOUT_REPRINT AND CMAKE_BUILD_TYPE MATCHES "Debug")
SET_DIRECTORY_PROPERTIES(PROPERTIES RULE_LAUNCH_COMPILE
"bash ${CMAKE_SOURCE_DIR}/BUILD/capture_warnings.sh ${CMAKE_BINARY_DIR}")
SET_DIRECTORY_PROPERTIES(PROPERTY ADDITIONAL_MAKE_CLEAN_FILES
Expand Down

0 comments on commit 52a6812

Please sign in to comment.