mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Guile 2: stop suppressing guile deprecated messages
All known deprecations have been dealt with and if new uses of deprecated methods appear we want know this.
This commit is contained in:
committed by
Geert Janssens
parent
463b551db9
commit
00ef7f3ab3
@@ -8,7 +8,6 @@ function(get_guile_env)
|
||||
set(env "")
|
||||
list(APPEND env "GNC_UNINSTALLED=yes")
|
||||
list(APPEND env "GNC_BUILDDIR=${CMAKE_BINARY_DIR}")
|
||||
list(APPEND env "GUILE_WARN_DEPRECATED=no")
|
||||
if (APPLE)
|
||||
list(APPEND env "DYLD_LIBRARY_PATH=${_GNC_MODULE_PATH}")
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user