Skip to content

Commit

Permalink
Merge pull request #739 from gadomski/pdal-config-version
Browse files Browse the repository at this point in the history
Use correct cmake version variable in pdal-config
  • Loading branch information
hobu committed Feb 1, 2015
2 parents e8df5e6 + 93098ec commit ff73c08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/pdal-config.in
Expand Up @@ -53,7 +53,7 @@ case $1 in
;;

--version)
echo @VERSION@
echo @PDAL_VERSION_STRING@
;;

*)
Expand Down

0 comments on commit ff73c08

Please sign in to comment.