aboutsummaryrefslogtreecommitdiff
path: root/graphics/luxrender/files/patch-luxrays-samples-benchsimple-CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/luxrender/files/patch-luxrays-samples-benchsimple-CMakeLists.txt')
-rw-r--r--graphics/luxrender/files/patch-luxrays-samples-benchsimple-CMakeLists.txt14
1 files changed, 0 insertions, 14 deletions
diff --git a/graphics/luxrender/files/patch-luxrays-samples-benchsimple-CMakeLists.txt b/graphics/luxrender/files/patch-luxrays-samples-benchsimple-CMakeLists.txt
deleted file mode 100644
index 57463f284521..000000000000
--- a/graphics/luxrender/files/patch-luxrays-samples-benchsimple-CMakeLists.txt
+++ /dev/null
@@ -1,14 +0,0 @@
---- ../luxrays/samples/benchsimple/CMakeLists.txt.orig
-+++ ../luxrays/samples/benchsimple/CMakeLists.txt
-@@ -19,8 +19,10 @@
- # LuxRays website: http://www.luxrender.net #
- ###########################################################################
-
-+find_package(Threads)
-+
- include_directories(${LuxRays_INCLUDE_DIR})
- link_directories (${LuxRays_LIB_DIR})
-
- add_executable(benchsimple benchsimple.cpp)
--target_link_libraries(benchsimple luxrays)
-+target_link_libraries(benchsimple luxrays ${PYTHON_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT})