Merge "Merge release-2018 into master"
[alexxy/gromacs.git] / src / gromacs / gpu_utils / ocl_compiler.cpp
index bfc1f1c2c588cddbd781135d220fb95514a63266..3107ac8f1b2b442c17c3510467bd3e1a0e97f216 100644 (file)
@@ -231,7 +231,7 @@ getSourceRootPath(const std::string &sourceRelativePath)
         InstallationPrefixInfo      info           = getProgramContext().installationPrefix();
         std::string                 dataPathSuffix = (info.bSourceLayout ?
                                                       sourceRelativePath :
-                                                      OCL_INSTALL_DIR);
+                                                      GMX_INSTALL_OCLDIR);
         sourceRootPath = Path::join(info.path, dataPathSuffix);
     }
     else