fix(glaze): Disable dev mode
Glaze dev mode brings in boost as a dependency. We are trying to remove boost as a dependencty due to its weight. We disable dev mode to relax this dependency requirment
This commit is contained in:
@@ -7,6 +7,7 @@ glaze_cmake_options.add_cmake_defines({
|
||||
'CMAKE_INSTALL_INCLUDEDIR': get_option('includedir'),
|
||||
'CMAKE_POSITION_INDEPENDENT_CODE': 'ON',
|
||||
'galze_BUILD_EXAMPLES': 'OFF',
|
||||
'glaze_DEVELOPER_MODE': 'OFF',
|
||||
})
|
||||
|
||||
glaze_sp = cmake.subproject(
|
||||
|
||||
Reference in New Issue
Block a user