SyneRBI / SyneRBI_VM

Virtual Machine with pre-installed SyneRBI software
http://www.ccpsynerbi.ac.uk
Apache License 2.0
3 stars 7 forks source link

provide option to build with DEVEL_BUILD=ON #176

Open KrisThielemans opened 3 years ago

KrisThielemans commented 3 years ago

@paskino checked that the following works

cd devel/buildVM
cmake . –DSIRF_TAG:STRING=origin/master
make 

Of course, that isn't the same as a DEVEL_BUILD=ON, but it might mean that

cmake . -DDEVEL_BUILD=ON -U\*_TAG -U\*_URL`

would work.