Remove majority of OCL command line constants
[alexxy/gromacs.git] / src / gromacs / gpu_utils / ocl_compiler.cpp
index fa8c4137e610d95c00f7809d171d449e17e578b3..e3e8b1e8c5424beb273566927bc3132d0f1be56a 100644 (file)
@@ -420,7 +420,7 @@ compileProgram(FILE              *fplog,
 {
     cl_int      cl_error;
     std::string kernelRootPath  = getSourceRootPath(kernelRelativePath);
-    std::string includeRootPath = getSourceRootPath("src/gromacs/gpu_utils");
+    std::string includeRootPath = getSourceRootPath("src");
 
     GMX_RELEASE_ASSERT(fplog != nullptr, "Need a valid log file for building OpenCL programs");