Merge b326c2ffb1
into 2d606701e8
This commit is contained in:
commit
c0084f410f
|
@ -118,6 +118,12 @@ CMAKE_CXX_FLAGS:STRING= ${CCFLAGS_ARCH}
|
|||
# Use to activate the test suite
|
||||
BUILD_TESTING:BOOL=${BUILD_TESTING}
|
||||
|
||||
# Build the JPIP library and utilities
|
||||
BUILD_JPIP:BOOL=TRUE
|
||||
|
||||
# Build the JPIP server (disabled because of missing build dependencies)
|
||||
#BUILD_JPIP_SERVER:BOOL=TRUE
|
||||
|
||||
# Build Thirdparty, useful but not required for test suite
|
||||
BUILD_THIRDPARTY:BOOL=TRUE
|
||||
|
||||
|
|
Loading…
Reference in New Issue