Re: [CMake] Beginning to compiling CMake file

2018-08-08 Thread CrestChristopher
eed to adopt other settings too. I am not aware of any way to build OSL Toy separately. Maybe you should drop Larry Gritz (the committer of the PR) a message asking for further guidance as this is not really a CMake issue rather than a "How do I compile only subproject Y of X" with CMake.

Re: [CMake] Beginning to compiling CMake file

2018-08-03 Thread CrestChristopher
a build_script section. Both contain calls to CMake either to build the dependencies (before_build) or the project itself (build_script). This is a starting point for you how to formulate your CMake call. Cheers Volker Am 03/08/2018 um 02:40 schrieb CrestChristopher: Sorry, what is this informa

Re: [CMake] Beginning to compiling CMake file

2018-08-02 Thread CrestChristopher
github project. Cheers Volker Am 02/08/2018 um 15:18 schrieb CrestChristopher: I hope this helps; https://github.com/imageworks/OpenShadingLanguage/pull/824 ? On 8/1/2018 5:20 PM, Volker Enderlein wrote: Am 31.07.2018 um 06:17 schrieb CrestChristopher: Hi, I'm a beginner to CMake and for

Re: [CMake] Beginning to compiling CMake file

2018-08-02 Thread CrestChristopher
I hope this helps; https://github.com/imageworks/OpenShadingLanguage/pull/824 ? On 8/1/2018 5:20 PM, Volker Enderlein wrote: Am 31.07.2018 um 06:17 schrieb CrestChristopher: Hi, I'm a beginner to CMake and for weeks I've been trying to compile a CMake file which I found o

Re: [CMake] Beginning to compiling CMake file

2018-08-02 Thread CrestChristopher
31, 2018, at 6:46 PM, CrestChristopher wrote: Hi, I'm using CMake for Windows as I was informed that I couldn't use `make` as the CMakeLists.txt file was only for CMake. Within CMake for Windows I select the location of the source code which is the cloned repository which i

Re: [CMake] Beginning to compiling CMake file

2018-07-31 Thread CrestChristopher
roject depends on other libraries/tools, you might need to install those before building. HTH, Mike On Jul 30, 2018, at 9:17 PM, CrestChristopher wrote: Hi, I'm a beginner to CMake and for weeks I've been trying to compile a CMake file which I found on a github repository. All I can say

[CMake] Beginning to compiling CMake file

2018-07-30 Thread CrestChristopher
Hi, I'm a beginner to CMake and for weeks I've been trying to compile a CMake file which I found on a github repository.  All I can say is I have a CMakeLists.txt file but I don't know how to compile and I hope someone can help ? Christopher -- Powered by www.kitware.com Please keep message