<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; ">I would like to create some sort of config file for CMake so that when I clean build ParaView on OS X I can have all the necessary settings already to go. I am also compiling in my own modules so that is at least 3 "configure" passes in CCMake.. which is getting tiresome..<DIV><BR class="khtml-block-placeholder"></DIV><DIV>I tried creating the following file:</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>-----------</DIV><DIV>SET (VTK_USE_X ON CACHE BOOL "PVDislocation" FORCE)</DIV><DIV>SET (VTK_USE_CARBON OFF CACHE BOOL "PVDislocation" FORCE)</DIV><DIV>SET (VTK_USE_COCOA OFF CACHE BOOL "PVDislocation" FORCE)</DIV><DIV>SET (BUILD_SHARED_LIBS ON CACHE BOOL "PVDislocation" FORCE)</DIV><DIV>SET (CMAKE_INSTALL_PREFIX "/Users/Shared/Paraview" CACHE STRING "PVDislocation" FORCE )</DIV><DIV>SET (BUILD_TESTING OFF CACHE BOOL "PVDislocation" FORCE)</DIV><DIV>SET (CMAKE_BUILD_TYPE "Release" CACHE STRING "PVDislocation" FORCE)</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>SET (CMAKE_EXE_LINKER_FLAGS "-Wl,-search_paths_first" CACHE STRING "PVDislocation" FORCE )</DIV><DIV>SET (CMAKE_SHARED_LINKER_FLAGS "-Wl,-search_paths_first" CACHE STRING "PVDislocation" FORCE )</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>SET (OPENGL_INCLUDE_DIR "/usr/X11R6/include" CACHE STRING "PVDislocation" FORCE )</DIV><DIV>SET (OPENGL_gl_LIBRARY "/usr/X11R6/lib/libGL.1.2.dylib" CACHE STRING "PVDislocation" FORCE )</DIV><DIV>SET (OPENGL_glu_LIBRARY "/usr/X11R6/lib/libGLU.1.3.dylib" CACHE STRING "PVDislocation" FORCE )</DIV><DIV>SET (VTK_USE_RPATH ON CACHE BOOL "PVDislocation" FORCE)</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>SET( PARAVIEW_EXTRA_EXTERNAL_MODULES "PVDislocation" CACHE STRING "PVDislocation" FORCE )</DIV><DIV>SET( PVDislocation_SOURCE_DIR "/Users/mjackson/Projects/Task_4/PVDislocation" CACHE STRING "PVDislocation" FORCE )</DIV><DIV>SET( PARAVIEW_USE_PVDislocation ON CACHE BOOL</DIV><DIV>-------------------</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>and called it PVDislocation.cmake</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>I then called ccmake -C [location to PVDislocation.cmake] and ended up with ccmake erroring out giving a message about something being a directory instead of a file.. </DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Am I even on the right path for this?</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Thanks</DIV><DIV><DIV> <SPAN class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Bitstream Vera Sans; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">-- </DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">Mike Jackson   Senior Research Engineer</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">Innovative Management &amp; Technology Services</DIV><BR class="Apple-interchange-newline"></SPAN> </DIV><BR></DIV></BODY></HTML>