After creating the `csmdev` environment and installing cmake and libcsm into it, we need to activate it. Right now, cmake, libcsm, and their dependencies are isolated to a conda environment and we need to tell conda that we want to use it. The activation command depends on your shell.
***bash**: `source activate csmdev`
***tcsh**: `conda activate csmdev`
After you've set up conda, you can build CSM-CameraModel: