Commit 400d137c authored by Kristin's avatar Kristin Committed by Laura, Jason R
Browse files

Update cmake build options to remove the '3' to match changes in code.

parent a67a71c8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -71,7 +71,7 @@ Building ISIS requires that the anaconda environment be activated. Activate your
  * There should now be a build/ install/ and isis/ directory.

* cd into the build directory and configure your build:
  * `cmake -Disis3Data=<path-to-isis3-data> -Disis3TestData=<path-to-isis3-test-data> -DJP2KFLAG=OFF -DCMAKE_BUILD_TYPE=RELEASE -GNinja <source directory>`
  * `cmake -DisisData=<path-to-isis3-data> -DisisTestData=<path-to-isis3-test-data> -DJP2KFLAG=OFF -DCMAKE_BUILD_TYPE=RELEASE -GNinja <source directory>`
  * \<source directory\> is the root `isis` directory of the ISIS source tree, i.e. `/scratch/this_is_an_example/ISIS3/isis`. From the build directory, this is `../isis`

* Set your ISISROOT to `/the/path/to/your/build`: