[vtkusers] Where is the environment "CMAKE_BUILT_TYPE" In CMake?(source code)
Sean McInerney
seanm at nmr.mgh.harvard.edu
Tue Nov 2 18:32:41 EST 2004
I believe he meant 'CMAKE_BUILD_TYPE'.
You can modify this interactively with ccmake or CMakeSetup ...
... or you can specify a debug build at the command line with the
option: '-DCMAKE_BUILD_TYPE:STRING=Debug'
-Sean
Savage wrote:
> Where is the environment "CMAKE_BUILT_TYPE" In CMake?
>
> Hi, all.
>
> Luca told me that when change the environment "CMAKE_BUILT_TYPE" to debug, then Ican build the VTK project can see all the source. When I run the CMake, I clicked the “Show Advanced Values” and look for it. But I cannot find this environment. Where is it?
>
>
> At the beginning, in Cmake environment, change CMAKE_BUILT_TYPE to Debug.
> Bye
>
> Luca
>
> 肥肥 wrote:
>
>
>>Why I can’t see the VTK source code?(Source Code) Hi, all. I had
>>downloaded the VTK source code and make a VC-project using CMake. In
>>CMake, I turn the Cache Values vtk_USE_RENDERING, VTK_WRAP_JAVA on.
>>But after I open this project using VC6.0, I found that I can’t see
>>the source code of some function. Take the VTKIOJava
>>classes-->VTKIWriter-->WriteData() for example. When double click the
>>string “WriteData()”, threr is an warning apprearing “Cannot find the
>>definition (implementation) of this function.” So I can’t see the
>>source code of the function “WriteData()”. Why? And How can I solute
>>this problem? Thanks in advance.
>>
>>_______________________________________________
>>This is the private VTK discussion list.
>>Please keep messages on-topic. Check the FAQ at:
>>Follow this link to subscribe/unsubscribe:
>>http://www.vtk.org/mailman/listinfo/vtkusers
>>
>>
>
>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> This is the private VTK discussion list.
> Please keep messages on-topic. Check the FAQ at: <http://public.kitware.com/cgi-bin/vtkfaq>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
More information about the vtkusers
mailing list