Closed Akua1919 closed 2 years ago
I am curious about the code in 'CMakeLists.txt' in root directory.
scalar_rgb
As it shows around line 77
if (UNIX) option(MTS_ENABLE_PROFILER "Enable sampling profiler" ON) endif()
Does it matters if I compile on windows?
Hi @Akua1919
No this option does not matter. I believe it's only used to get performance statistics about which parts of the code Mitsuba is spending it's time in.
Summary
I am curious about the code in 'CMakeLists.txt' in root directory.
System configuration
scalar_rgb
Description
As it shows around line 77
Does it matters if I compile on windows?