Re: [Radiance-dev] cmake / VS 2010 Express build problem

2013-06-27 Thread Guglielmetti, Robert
-dev] cmake / VS 2010 Express build problem Got it. This is a bug, due to missing quotes in InstallRules\CMakeLists.txt. Lines 18-23 of that file should read: get_filename_component(qgif_plugin ${QT_QGIF_${qt_plugin_term}_RELEASE} NAME) get_filename_component(qico_plugin ${QT_QICO_${qt_plugin_term

[Radiance-dev] cmake / VS 2010 Express build problem

2013-06-26 Thread Randolph M. Fritz
cmake version 2.8.11.1, Visual Studio version Express SP1. When I go to set up the cmake build (run configure in cmake) I get two warnings like: CMake Warning at C:/Program Files/CMake 2.8/share/cmake-2.8/Modules/InstallRequiredSystemLibraries.cmake:343 (message): system runtime

Re: [Radiance-dev] cmake / VS 2010 Express build problem

2013-06-26 Thread Randolph M. Fritz
Got it. This is a bug, due to missing quotes in InstallRules\CMakeLists.txt. Lines 18-23 of that file should read: get_filename_component(qgif_plugin ${QT_QGIF_${qt_plugin_term}_RELEASE} NAME) get_filename_component(qico_plugin ${QT_QICO_${qt_plugin_term}_RELEASE} NAME)