Thanks sfan,
I do not know how to enable BUILD_CLIENT in cmake !
Is there a procedure, or is it a parametre to change in any file ?
I tried to change
//Build client
BUILD_CLIENT:BOOL=0
to
//Build client
BUILD_CLIENT:BOOL=1
in the file CMakeCache.txt
but it doesn't seam to change anything.