diff options
author | Peter Powell <petpow@saberuk.com> | 2015-12-15 00:27:21 +0000 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2015-12-31 02:41:29 +0000 |
commit | 39980be37f8ddb7207a4873c52c20c028241c047 (patch) | |
tree | 32f242c4d998acf6968fc590b89efff1b1c9624c /Config | |
parent | 9fbf16b6970f936a6ec66ed9a373976e4fe0cae6 (diff) |
Replace INSTDIR with CMAKE_INSTALL_PREFIX.
Diffstat (limited to 'Config')
-rwxr-xr-x | Config | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ Run_Build_System () { EXTRA_LIBS="" if [ "$INSTDIR" != "" ] ; then - WITH_INST="-DINSTDIR:STRING=$INSTDIR" + WITH_INST="-DCMAKE_INSTALL_PREFIX:STRING=$INSTDIR" fi if [ "$RUNGROUP" != "" ] ; then |