Changes to accommodate moving guile engine bindings to bindings/guile.

Plus for changing targets gncmod-engine and gncmod-app-utils to
gnc-engine and gnc-app-utils.
This commit is contained in:
John Ralls
2020-01-20 11:32:10 -08:00
parent d2535fe21b
commit ffc6866406
4 changed files with 13 additions and 6 deletions

View File

@@ -569,7 +569,7 @@ endif()
add_definitions(-D_GNU_SOURCE)
# Also, set the C++ version to c++11
# Set up the language standards:
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)