Skip to content

Commit

Permalink
Turn off GncAddSchemeTargets debugging messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
jralls committed Jul 22, 2017
1 parent bc646b5 commit d41c9fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmake_modules/GncAddSchemeTargets.cmake
Expand Up @@ -30,7 +30,7 @@ FUNCTION(GNC_ADD_SCHEME_TARGETS _TARGET _SOURCE_FILES _OUTPUT_DIR
_GUILE_MODULES _GUILE_LOAD_DIRS
_GUILE_LIBRARY_DIRS _GUILE_DEPENDS
MAKE_LINKS)
SET(__DEBUG TRUE)
SET(__DEBUG FALSE)
IF (__DEBUG)
MESSAGE("Parameters to COMPILE_SCHEME for target ${_TARGET}")
MESSAGE(" SOURCE_FILES: ${_SOURCE_FILES}")
Expand Down

0 comments on commit d41c9fd

Please sign in to comment.