[test-suite] r255195 - cmake/Povray: Use a proper filename instead of copy&pasted Makefile variable expansion that does not work in cmake

Matthias Braun via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 9 17:05:10 PST 2015


Author: matze
Date: Wed Dec  9 19:05:09 2015
New Revision: 255195

URL: http://llvm.org/viewvc/llvm-project?rev=255195&view=rev
Log:
cmake/Povray: Use a proper filename instead of copy&pasted Makefile variable expansion that does not work in cmake

Modified:
    test-suite/trunk/External/Povray/CMakeLists.txt

Modified: test-suite/trunk/External/Povray/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/External/Povray/CMakeLists.txt?rev=255195&r1=255194&r2=255195&view=diff
==============================================================================
--- test-suite/trunk/External/Povray/CMakeLists.txt (original)
+++ test-suite/trunk/External/Povray/CMakeLists.txt Wed Dec  9 19:05:09 2015
@@ -26,7 +26,7 @@ if(TEST_SUITE_POVRAY_ROOT)
   llvm_test_run(
     -I${TEST_SUITE_POVRAY_ROOT}/scenes/advanced/chess2.pov
     -L${TEST_SUITE_POVRAY_ROOT}/include
-    -GA$<.junk -O-
+    -GAoutput.junk -O-
   )
   llvm_test_verify(${CMAKE_BINARY_DIR}/tools/fpcmp
     %o




More information about the llvm-commits mailing list