diff --git a/examples/using-cmake/README.txt b/examples/using-cmake/README.txt index 914b7bf6..0f06a974 100644 --- a/examples/using-cmake/README.txt +++ b/examples/using-cmake/README.txt @@ -4,7 +4,7 @@ Example usage Windows -------------------------------------------------------------------------------------- Configure, build and install IPhreeqc -1. cd iphreeqc-3.6.2-15100 +1. cd iphreeqc-@VERSION@-@REVISION@ 2. mkdir _build 3. cd _build 4. cmake -DCMAKE_INSTALL_PREFIX:PATH=c:/Users/charlton/iphreeqc .. @@ -22,7 +22,7 @@ Build example: Linux/macOS -------------------------------------------------------------------------------------- Configure, build and install IPhreeqc -1. cd iphreeqc-3.6.2-15100 +1. cd iphreeqc-@VERSION@-@REVISION@ 2. mkdir _build 3. cd _build 4. cmake -DCMAKE_INSTALL_PREFIX:PATH=/home/charlton/iphreeqc ..