Skip to content

Commit

Permalink
cmake: Comment out some debug logging that can upset build environments.
Browse files Browse the repository at this point in the history
Something about the dashes, colons, numbers makes some builders believe this
is an error message.
  • Loading branch information
icculus committed Dec 2, 2018
1 parent 65a7c98 commit d4a21f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -64,7 +64,7 @@ set(LT_REVISION "${SDL_INTERFACE_AGE}")
set(LT_RELEASE "${SDL_MAJOR_VERSION}.${SDL_MINOR_VERSION}")
set(LT_VERSION "${LT_MAJOR}.${LT_AGE}.${LT_REVISION}")

message(STATUS "${LT_VERSION} :: ${LT_AGE} :: ${LT_REVISION} :: ${LT_CURRENT} :: ${LT_RELEASE}")
#message(STATUS "${LT_VERSION} :: ${LT_AGE} :: ${LT_REVISION} :: ${LT_CURRENT} :: ${LT_RELEASE}")

# General settings & flags
set(LIBRARY_OUTPUT_DIRECTORY "build")
Expand Down

0 comments on commit d4a21f5

Please sign in to comment.