Browse Source

removed cmake cache

Kenneth Lausdahl 6 years ago
parent
commit
3d9992c4fd

+ 1 - 1
DSL_SemanticAdaptation/be.uantwerpen.ansymo.semanticadaptation.cg.cpp.tests/src/be/uantwerpen/ansymo/semanticadaptation/cg/cpp/tests/TestCompileUtils.java

@@ -57,7 +57,7 @@ public class TestCompileUtils {
 
 	public boolean checkCompile(File destination) throws InterruptedException, IOException {
 		
-		File cmakeFile = new File(destination,"CMakeLists.txt");
+		File cmakeFile = new File(destination,"CMakeCache.txt");
 		if(cmakeFile.exists())
 			cmakeFile.delete();