aboutsummaryrefslogtreecommitdiff
path: root/test/cli/testproj
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2021-10-12 10:03:27 +0200
committerGitHub <noreply@github.com>2021-10-12 10:03:27 +0200
commit6a877010114b7ccc12d017989500fa5f12f9e39c (patch)
treec257d0e1296c2c6a874c750a0139983d6d3e41b3 /test/cli/testproj
parenta16ead184573933b128e419253c69418212df495 (diff)
parenta159c44f35e58334646d3c8653acc86665c55cca (diff)
downloadPROJ-6a877010114b7ccc12d017989500fa5f12f9e39c.tar.gz
PROJ-6a877010114b7ccc12d017989500fa5f12f9e39c.zip
Merge pull request #2897 from rouault/fix_2852
CMake build: generate invproj/invgeod binaries (symlinks on Unix, copy otherwise) (fixes #2852)
Diffstat (limited to 'test/cli/testproj')
-rwxr-xr-xtest/cli/testproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cli/testproj b/test/cli/testproj
index 8686224e..d03932fb 100755
--- a/test/cli/testproj
+++ b/test/cli/testproj
@@ -12,7 +12,7 @@ usage()
}
if test -z "${EXE}"; then
- EXE=../../src/cs2cs
+ EXE=../../src/proj
fi
if test ! -x ${EXE}; then