summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukáš Jirkovský2016-03-25 19:06:50 +0100
committerLukáš Jirkovský2016-03-25 19:06:50 +0100
commit029f647ebd01e7dbe3a44aa9b96082306cc87c99 (patch)
treea3b6adb0f3244a52f8233092330cb9b7fcd12a37
parentb4960ca8c44a15898b999f0e516200383bb54afe (diff)
downloadaur-029f647ebd01e7dbe3a44aa9b96082306cc87c99.tar.gz
Update the force_python3.diff
-rw-r--r--force_python3.diff4
1 files changed, 2 insertions, 2 deletions
diff --git a/force_python3.diff b/force_python3.diff
index bec7ac03c1b3..17ac53c54b1c 100644
--- a/force_python3.diff
+++ b/force_python3.diff
@@ -5,8 +5,8 @@ diff -rup luxrender-luxrays-7c7127ee1fa4/cmake/Dependencies.cmake luxrender-luxr
set(Boost_ADDITIONAL_VERSIONS "1.47.0" "1.46.1" "1.46" "1.46.0" "1.45" "1.45.0" "1.44" "1.44.0")
--set(LUXRAYS_BOOST_COMPONENTS thread program_options filesystem serialization iostreams regex system python)
-+set(LUXRAYS_BOOST_COMPONENTS thread program_options filesystem serialization iostreams regex system python3)
+-set(LUXRAYS_BOOST_COMPONENTS thread program_options filesystem serialization iostreams regex system python chrono)
++set(LUXRAYS_BOOST_COMPONENTS thread program_options filesystem serialization iostreams regex system python3 chrono)
find_package(Boost ${Boost_MINIMUM_VERSION} COMPONENTS ${LUXRAYS_BOOST_COMPONENTS})
if (NOT Boost_FOUND)
# Try again with the other type of libs