mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-22 08:57:17 -06:00
BuildSystem - drop load path for no longer existing build-config.scm
This commit is contained in:
parent
4e0571882e
commit
91adf868f4
@ -78,8 +78,7 @@ function(make_scheme_targets _TARGET _SOURCE_FILES _OUTPUT_DIR _GUILE_DEPENDS
|
||||
endif(MAKE_LINKS)
|
||||
|
||||
# Construct the guile source and compiled load paths
|
||||
set(_GUILE_LOAD_PATH "${current_srcdir}"
|
||||
"${current_bindir}" "${CMAKE_BINARY_DIR}/libgnucash/scm") # to pick up generated build-config.scm
|
||||
set(_GUILE_LOAD_PATH "${current_srcdir}" "${current_bindir}")
|
||||
set(_GUILE_LOAD_COMPILED_PATH "${current_bindir}")
|
||||
# VERSION_GREATER_EQUAL introduced in CMake 3.7.
|
||||
if(MINGW64 AND (${GUILE_EFFECTIVE_VERSION} VERSION_GREATER 2.2 OR
|
||||
|
Loading…
Reference in New Issue
Block a user