Skip to content

Commit

Permalink
update prd + warning -> status
Browse files Browse the repository at this point in the history
  • Loading branch information
abma committed Apr 18, 2018
1 parent 6dc5450 commit 2940324
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/SpringLobbyMacros.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ macro(add_analyze)
if(EXISTS ${ANALYZER})
add_custom_target("analyze" ${ANALYZER} -fixit -p=${CMAKE_CURRENT_BINARY_DIR} -analyze ${ARGN})
else()
message(WARNING "not adding analyze target because clang-check is missing")
message(STATUS "not adding analyze target because clang-check is missing")
endif(EXISTS ${ANALYZER})
endmacro(add_analyze)

Expand Down
2 changes: 1 addition & 1 deletion src/downloader/lib
Submodule lib updated 1 files
+0 −4 src/lsl/CMakeLists.txt

0 comments on commit 2940324

Please sign in to comment.