File tree Expand file tree Collapse file tree 7 files changed +13
-1
lines changed
Expand file tree Collapse file tree 7 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -309,7 +309,7 @@ if(CBF_ENABLE_FORTRAN)
309309endif ()
310310
311311option (CBF_ENABLE_DOC "Build documentation" OFF )
312- option (CBF_ENABLE_ULP "Enable ULP" OFF )
312+ option (CBF_ENABLE_ULP "Enable ULP" ON )
313313
314314set (CBF_CMAKE_DEBUG "ON" )
315315
Original file line number Diff line number Diff line change @@ -291,6 +291,8 @@ CBFLIB_DONT_USE_BSHUF?=no
291291CBFLIB_DONT_USE_ZSTD? =no
292292
293293
294+ CBF_USE_ULP =yes
295+
294296CBFLIB_DONT_USE_LOCAL_NUWEB ?= no
295297ifeq ($(CBFLIB_DONT_USE_LOCAL_NUWEB ) ,yes)
296298NUWEB =nuweb
Original file line number Diff line number Diff line change @@ -291,6 +291,8 @@ CBFLIB_DONT_USE_BSHUF?=no
291291CBFLIB_DONT_USE_ZSTD?=no
292292
293293
294+ CBF_USE_ULP=yes
295+
294296CBFLIB_DONT_USE_LOCAL_NUWEB ?= no
295297ifeq ($(CBFLIB_DONT_USE_LOCAL_NUWEB),yes)
296298NUWEB=nuweb
Original file line number Diff line number Diff line change @@ -291,6 +291,8 @@ CBFLIB_DONT_USE_BSHUF?=no
291291CBFLIB_DONT_USE_ZSTD?=no
292292
293293
294+ CBF_USE_ULP=yes
295+
294296CBFLIB_DONT_USE_LOCAL_NUWEB ?= no
295297ifeq ($(CBFLIB_DONT_USE_LOCAL_NUWEB),yes)
296298NUWEB=nuweb
Original file line number Diff line number Diff line change @@ -290,6 +290,8 @@ CBFLIB_DONT_USE_LZ4?=yes
290290CBFLIB_DONT_USE_BSHUF?=yes
291291CBFLIB_DONT_USE_ZSTD?=yes
292292
293+ CBF_USE_ULP=yes
294+
293295CBFLIB_DONT_USE_LOCAL_NUWEB ?= no
294296ifeq ($(CBFLIB_DONT_USE_LOCAL_NUWEB),yes)
295297NUWEB=nuweb
Original file line number Diff line number Diff line change @@ -291,6 +291,8 @@ CBFLIB_DONT_USE_BSHUF?=no
291291CBFLIB_DONT_USE_ZSTD?=no
292292
293293
294+ CBF_USE_ULP=yes
295+
294296CBFLIB_DONT_USE_LOCAL_NUWEB ?= no
295297ifeq ($(CBFLIB_DONT_USE_LOCAL_NUWEB),yes)
296298NUWEB=nuweb
Original file line number Diff line number Diff line change @@ -298,6 +298,8 @@ CBFLIB_DONT_USE_BSHUF?=no
298298CBFLIB_DONT_USE_ZSTD?=no
299299')`
300300
301+ CBF_USE_ULP=yes
302+
301303CBFLIB_DONT_USE_LOCAL_NUWEB ?= no
302304ifeq ($(CBFLIB_DONT_USE_LOCAL_NUWEB),yes)
303305NUWEB=nuweb
You can’t perform that action at this time.
0 commit comments