Rashad, I ran "cmake --config RelWithDebInfo ." and received errors. I have attached the CMakeCache.txt file as requested
On Wed, May 13, 2015 at 8:12 AM, Rashad M <[email protected]> wrote: > Hello, > > Does cmake configure runs fine?. From your build directory, could you run > "cmake --config RelWithDebInfo ." ? If it runs fine then you will have > OTB.sln > > If there is an error, the attach your CMakeCache.txt > > On Tue, May 12, 2015 at 5:22 PM, Ginny Bijnaar <[email protected]> > wrote: > >> Good eye Rashad! You were right, the "^" sign did not coy correctly. >> >> I ran the bat file and could see that it was busy. Unfortunately I ran >> into some errors. I attached the the output logs. >> The last line in the window was: "Error: could not find CMAKE_Generator >> in Cache" >> >> >> >> On Thu, May 7, 2015 at 2:19 PM, Rashad M <[email protected]> >> wrote: >> >>> >>> >>> On Thu, May 7, 2015 at 4:57 PM, Ginny Bijnaar <[email protected]> >>> wrote: >>> >>>> I think something went wrong while sending the file to the group. In my >>>> batch file the I don't see the "?", they are just "^" . >>>> >>> >>> Ok. Let's agree to disagree :) >>> >>> edit your OTB.txt and delete character "^" and then add again. Because >>> it looks similar but are not same when you copy-paste >>> >>> >>> >>>> On May 7, 2015 11:45 AM, "Rashad M" <[email protected]> wrote: >>>> >>>>> >>>>> >>>>> On Thu, May 7, 2015 at 3:08 PM, Ginny Bijnaar <[email protected] >>>>> > wrote: >>>>> >>>>>> Thank you for clarifying that Rashad, >>>>>> >>>>>> I passed the bat file with the source, build and install directories >>>>>> (all directories exist): >>>>>> >>>>>> C:\MyOTBDir>C:\MyOTBDir\OTB.bat C:\MyOTBDir\src C:\MyOTBDir\build >>>>>> C:\MyOTBDir\src >>>>>> >>>>>> And I get the following output: >>>>>> >>>>>> [image: Inline image 1] >>>>>> >>>>>> So to summarize, the errors are: >>>>>> *- Cmake Error: The source directory"C:/MyOTBDir/build/|--" does not >>>>>> exist* >>>>>> This is obviously wrong since the source folder is /src and does >>>>>> contain the latest source files. Could this also have something to do >>>>>> with >>>>>> the forward slash "/"? Windows uses the backslash "\"as far a I know. >>>>>> >>>>>> *- '-G' is not recognized as an internal or external command.....file* >>>>>> >>>>>> *- The filename, directory name, or volume label syntax is incorrect* >>>>>> >>>>>> *-error: could not load cache* >>>>>> >>>>>> >>>>> >>>>>> I copy pasted the script straight out of the softwareguide 4.4.0. >>>>>> >>>>> >>>>> There is the one.. >>>>> >>>>> when you copy pasted, the character "^" didn't came out well. In the >>>>> attached OTB.txt I saw "?" instead of "^" >>>>> >>>>> cmake %src_dir% ? >>>>> -G "Visual Studio 10" ? >>>>> -DBUILD_EXAMPLES:BOOL=ON ? >>>>> -DOTB_WRAP_QT:BOOL=ON ? >>>>> -DOTB_WRAP_PYTHON:BOOL=ON ? >>>>> -DPYTHON_LIBRARY:FILEPATH="%OSGEO4W_ROOT%/apps/Python27/libs/python27.lib" >>>>> ? >>>>> -DPYTHON_INCLUDE_DIR:PATH="%OSGEO4W_ROOT%/apps/Python27/include" ? >>>>> -DPYTHON_EXECUTABLE:FILEPATH="%OSGEO4W_ROOT%/bin/python.exe" ? >>>>> -DOTB_USE_OPENCV:BOOL=ON ? >>>>> -DCMAKE_INSTALL_PREFIX:PATH=%otb_install_dir% ? >>>>> >>>>> >>>>> edit OTB.txt and change ? to ^ in the above lines and it will work. >>>>> >>>>> >>>>> >>>>>> >>>>>> On Wed, May 6, 2015 at 11:12 AM, Rashad M <[email protected] >>>>>> > wrote: >>>>>> >>>>>>> >>>>>>> >>>>>>> On Wed, May 6, 2015 at 3:01 PM, GiNN <[email protected]> >>>>>>> wrote: >>>>>>> >>>>>>>> >>>>>>>> All, >>>>>>>> >>>>>>>> I am interested in the functions of OTB 4.4, specifically the >>>>>>>> BandmathX. I uderstand I need to build it fro source and this is where >>>>>>>> I >>>>>>>> have no experience. >>>>>>>> >>>>>>>> I found these instructions : >>>>>>>> http://wiki.orfeo-toolbox.org/index.php/Windows_Build >>>>>>>> But I fail when running configure in Cmake: >>>>>>>> >>>>>>>> CMake Error at CMakeLists.txt:19 (project): >>>>>>>> No CMAKE_CXX_COMPILER could be found. >>>>>>>> >>>>>>> >>>>>>> this is because your visual studio compiler is not found by cmake. >>>>>>> you dont need to configure cmake, the bat file does that for you. >>>>>>> >>>>>>> >>>>>>>> Regarding Gdal, I should be okay since I already installed it via >>>>>>>> Osgeo4W for use within QGis. >>>>>>>> >>>>>>>> Next I read the software guide version 4.4.0 for compiling otb on >>>>>>>> windows which lists the dependencies needed (I already have them). >>>>>>>> The instructions then say to make a batch file, I copy paste the >>>>>>>> text and run in in an Osgeo4W shell and get: >>>>>>>> >>>>>>>> The system cannot find the path specified. >>>>>>>> You need to provide 3 arguments to the script: >>>>>>>> 1. path to the source directory >>>>>>>> 2. path to the build directory (an empty directory) >>>>>>>> 3. path to the installation directory (an empty directory) >>>>>>>> >>>>>>> >>>>>>> open osgeo4w shell >>>>>>> >>>>>>> and call your .bat file with arguments >>>>>>> >>>>>>> ex: >>>>>>> >>>>>>> build_otb.bat C:\sources\OTB C:\build\OTB c:\install\OTB >>>>>>> >>>>>>> make sure you have those directories created C:\build\OTB and >>>>>>> C:\install\OTB >>>>>>> >>>>>>> >>>>>>>> So my questions: >>>>>>>> - How do I input my src, build and install directories into the >>>>>>>> batch file? I tried to paste them while replacing %1,%2 and %3 resp. >>>>>>>> in the >>>>>>>> .bat But got the same error >>>>>>>> - If I get the batch file to run successfully, what will be the >>>>>>>> next step? >>>>>>>> >>>>>>> >>>>>>> you will have OTB installed. >>>>>>> >>>>>>> >>>>>>>> - Also, is it a problem if I have both the 32 bit and 4 bit >>>>>>>> Osgeo4W? some packages I use only come in 32 bit while I sometimes >>>>>>>> need the >>>>>>>> 64 bit. >>>>>>>> >>>>>>> >>>>>>> dont mix 32bit and 6bit dlls. If you dont have all dlls for 64bit >>>>>>> from osgeo4w, then use 32bit >>>>>>> >>>>>>>> >>>>>>>> Running W8 64, Cmake 3.2.2, Visual Studio 10 2010. >>>>>>>> >>>>>>>> Thank you in advance for any assistance. >>>>>>>> >>>>>>>> -- >>>>>>>> -- >>>>>>>> Check the OTB FAQ at >>>>>>>> http://www.orfeo-toolbox.org/FAQ.html >>>>>>>> >>>>>>>> You received this message because you are subscribed to the Google >>>>>>>> Groups "otb-users" group. >>>>>>>> To post to this group, send email to [email protected] >>>>>>>> To unsubscribe from this group, send email to >>>>>>>> [email protected] >>>>>>>> For more options, visit this group at >>>>>>>> http://groups.google.com/group/otb-users?hl=en >>>>>>>> --- >>>>>>>> You received this message because you are subscribed to the Google >>>>>>>> Groups "otb-users" group. >>>>>>>> To unsubscribe from this group and stop receiving emails from it, >>>>>>>> send an email to [email protected]. >>>>>>>> For more options, visit https://groups.google.com/d/optout. >>>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> Regards, >>>>>>> Rashad >>>>>>> >>>>>>> -- >>>>>>> -- >>>>>>> Check the OTB FAQ at >>>>>>> http://www.orfeo-toolbox.org/FAQ.html >>>>>>> >>>>>>> You received this message because you are subscribed to the Google >>>>>>> Groups "otb-users" group. >>>>>>> To post to this group, send email to [email protected] >>>>>>> To unsubscribe from this group, send email to >>>>>>> [email protected] >>>>>>> For more options, visit this group at >>>>>>> http://groups.google.com/group/otb-users?hl=en >>>>>>> --- >>>>>>> You received this message because you are subscribed to a topic in >>>>>>> the Google Groups "otb-users" group. >>>>>>> To unsubscribe from this topic, visit >>>>>>> https://groups.google.com/d/topic/otb-users/ZIwEcuG-kns/unsubscribe. >>>>>>> To unsubscribe from this group and all its topics, send an email to >>>>>>> [email protected]. >>>>>>> For more options, visit https://groups.google.com/d/optout. >>>>>>> >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> Ginny Bijnaar, Bsc >>>>>> Paramaribo, Suriname, South America >>>>>> (+597) 852-2703 >>>>>> >>>>>> -- >>>>>> -- >>>>>> Check the OTB FAQ at >>>>>> http://www.orfeo-toolbox.org/FAQ.html >>>>>> >>>>>> You received this message because you are subscribed to the Google >>>>>> Groups "otb-users" group. >>>>>> To post to this group, send email to [email protected] >>>>>> To unsubscribe from this group, send email to >>>>>> [email protected] >>>>>> For more options, visit this group at >>>>>> http://groups.google.com/group/otb-users?hl=en >>>>>> --- >>>>>> You received this message because you are subscribed to the Google >>>>>> Groups "otb-users" group. >>>>>> To unsubscribe from this group and stop receiving emails from it, >>>>>> send an email to [email protected]. >>>>>> For more options, visit https://groups.google.com/d/optout. >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> Regards, >>>>> Rashad >>>>> >>>>> -- >>>>> -- >>>>> Check the OTB FAQ at >>>>> http://www.orfeo-toolbox.org/FAQ.html >>>>> >>>>> You received this message because you are subscribed to the Google >>>>> Groups "otb-users" group. >>>>> To post to this group, send email to [email protected] >>>>> To unsubscribe from this group, send email to >>>>> [email protected] >>>>> For more options, visit this group at >>>>> http://groups.google.com/group/otb-users?hl=en >>>>> --- >>>>> You received this message because you are subscribed to a topic in the >>>>> Google Groups "otb-users" group. >>>>> To unsubscribe from this topic, visit >>>>> https://groups.google.com/d/topic/otb-users/ZIwEcuG-kns/unsubscribe. >>>>> To unsubscribe from this group and all its topics, send an email to >>>>> [email protected]. >>>>> For more options, visit https://groups.google.com/d/optout. >>>>> >>>> -- >>>> -- >>>> Check the OTB FAQ at >>>> http://www.orfeo-toolbox.org/FAQ.html >>>> >>>> You received this message because you are subscribed to the Google >>>> Groups "otb-users" group. >>>> To post to this group, send email to [email protected] >>>> To unsubscribe from this group, send email to >>>> [email protected] >>>> For more options, visit this group at >>>> http://groups.google.com/group/otb-users?hl=en >>>> --- >>>> You received this message because you are subscribed to the Google >>>> Groups "otb-users" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to [email protected]. >>>> For more options, visit https://groups.google.com/d/optout. >>>> >>> >>> >>> >>> -- >>> Regards, >>> Rashad >>> >>> -- >>> -- >>> Check the OTB FAQ at >>> http://www.orfeo-toolbox.org/FAQ.html >>> >>> You received this message because you are subscribed to the Google >>> Groups "otb-users" group. >>> To post to this group, send email to [email protected] >>> To unsubscribe from this group, send email to >>> [email protected] >>> For more options, visit this group at >>> http://groups.google.com/group/otb-users?hl=en >>> --- >>> You received this message because you are subscribed to a topic in the >>> Google Groups "otb-users" group. >>> To unsubscribe from this topic, visit >>> https://groups.google.com/d/topic/otb-users/ZIwEcuG-kns/unsubscribe. >>> To unsubscribe from this group and all its topics, send an email to >>> [email protected]. >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> >> >> -- >> Ginny Bijnaar, Bsc >> Paramaribo, Suriname, South America >> (+597) 852-2703 >> >> -- >> -- >> Check the OTB FAQ at >> http://www.orfeo-toolbox.org/FAQ.html >> >> You received this message because you are subscribed to the Google >> Groups "otb-users" group. >> To post to this group, send email to [email protected] >> To unsubscribe from this group, send email to >> [email protected] >> For more options, visit this group at >> http://groups.google.com/group/otb-users?hl=en >> --- >> You received this message because you are subscribed to the Google Groups >> "otb-users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > Regards, > Rashad > > -- > -- > Check the OTB FAQ at > http://www.orfeo-toolbox.org/FAQ.html > > You received this message because you are subscribed to the Google > Groups "otb-users" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/otb-users?hl=en > --- > You received this message because you are subscribed to a topic in the > Google Groups "otb-users" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/otb-users/ZIwEcuG-kns/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Ginny Bijnaar, Bsc Paramaribo, Suriname, South America (+597) 852-2703 -- -- Check the OTB FAQ at http://www.orfeo-toolbox.org/FAQ.html You received this message because you are subscribed to the Google Groups "otb-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/otb-users?hl=en --- You received this message because you are subscribed to the Google Groups "otb-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
# This is the CMakeCache file. # For build in directory: c:/MyOTBDir/build # It was generated by CMake: C:/Program Files (x86)/CMake/bin/cmake.exe # You can edit this file to change values found and used by cmake. # If you do not want to change any of the values, simply exit the editor. # If you do want to change a value, simply edit, save, and exit the editor. # The syntax for the file is as follows: # KEY:TYPE=VALUE # KEY is the name of a variable in the cache. # TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. # VALUE is the current value for the KEY. ######################## # EXTERNAL cache entries ######################## //Build applications BUILD_APPLICATIONS:BOOL=ON //Build failing tests showing bugs BUILD_BUG_TRACKER_TESTS:BOOL=OFF //Build the Examples directory. BUILD_EXAMPLES:BOOL=ON //Build the testing tree. BUILD_TESTING:BOOL=OFF //Semicolon separated list of supported configuration types, only // supports Debug, Release, MinSizeRel, and RelWithDebInfo, anything // else will be ignored. CMAKE_CONFIGURATION_TYPES:STRING=Release;RelWithDebInfo //Flags used by the compiler during all build types. CMAKE_CXX_FLAGS:STRING= /DWIN32 /D_WINDOWS /W3 /GR /EHsc //Flags used by the compiler during debug builds. CMAKE_CXX_FLAGS_DEBUG:STRING=/D_DEBUG /MDd /Zi /Ob0 /Od /RTC1 //Flags used by the compiler during release builds for minimum // size. CMAKE_CXX_FLAGS_MINSIZEREL:STRING=/MD /O1 /Ob1 /D NDEBUG //Flags used by the compiler during release builds. CMAKE_CXX_FLAGS_RELEASE:STRING=/MD /O2 /Ob2 /D NDEBUG //Flags used by the compiler during release builds with debug info. CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=/MD /Zi /O2 /Ob1 /D NDEBUG //Libraries linked by default with all C++ applications. CMAKE_CXX_STANDARD_LIBRARIES:STRING=kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib //Flags used by the compiler during all build types. CMAKE_C_FLAGS:STRING= /DWIN32 /D_WINDOWS /W3 //Flags used by the compiler during debug builds. CMAKE_C_FLAGS_DEBUG:STRING=/D_DEBUG /MDd /Zi /Ob0 /Od /RTC1 //Flags used by the compiler during release builds for minimum // size. CMAKE_C_FLAGS_MINSIZEREL:STRING=/MD /O1 /Ob1 /D NDEBUG //Flags used by the compiler during release builds. CMAKE_C_FLAGS_RELEASE:STRING=/MD /O2 /Ob2 /D NDEBUG //Flags used by the compiler during release builds with debug info. CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=/MD /Zi /O2 /Ob1 /D NDEBUG //Libraries linked by default with all C applications. CMAKE_C_STANDARD_LIBRARIES:STRING=kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib //Flags used by the linker CMAKE_EXE_LINKER_FLAGS:STRING= /machine:X86 /STACK:10000000 //Flags used by the linker during debug builds. CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=/debug /INCREMENTAL //Flags used by the linker during release minsize builds. CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=/INCREMENTAL:NO //Flags used by the linker during release builds. CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=/INCREMENTAL:NO //Flags used by the linker during Release with Debug Info builds. CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=/debug /INCREMENTAL //Use HP pthreads. CMAKE_HP_PTHREADS:BOOL= //No help, variable specified on the command line. CMAKE_INSTALL_PREFIX:PATH=C:/MyOTBDir/install //Path to a program. CMAKE_LINKER:FILEPATH=C:/Program Files (x86)/Microsoft Visual Studio 10.0/VC/bin/link.exe //Flags used by the linker during the creation of modules. CMAKE_MODULE_LINKER_FLAGS:STRING= /machine:X86 //Flags used by the linker during debug builds. CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=/debug /INCREMENTAL //Flags used by the linker during release minsize builds. CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=/INCREMENTAL:NO //Flags used by the linker during release builds. CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=/INCREMENTAL:NO //Flags used by the linker during Release with Debug Info builds. CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=/debug /INCREMENTAL //Value Computed by CMake CMAKE_PROJECT_NAME:STATIC=OTB //RC compiler CMAKE_RC_COMPILER:FILEPATH=C:/Program Files (x86)/Microsoft SDKs/Windows/v7.0A/Bin/RC.Exe //Flags for Windows Resource Compiler. CMAKE_RC_FLAGS:STRING=' ' //Flags used by the linker during the creation of dll's. CMAKE_SHARED_LINKER_FLAGS:STRING= /machine:X86 //Flags used by the linker during debug builds. CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=/debug /INCREMENTAL //Flags used by the linker during release minsize builds. CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=/INCREMENTAL:NO //Flags used by the linker during release builds. CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=/INCREMENTAL:NO //Flags used by the linker during Release with Debug Info builds. CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=/debug /INCREMENTAL //If set, runtime paths are not added when installing shared libraries, // but are added when building. CMAKE_SKIP_INSTALL_RPATH:BOOL=NO //If set, runtime paths are not added when using shared libraries. CMAKE_SKIP_RPATH:BOOL=NO //Flags used by the linker during the creation of static libraries. CMAKE_STATIC_LINKER_FLAGS:STRING= //Flags used by the linker during debug builds. CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= //Flags used by the linker during release minsize builds. CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= //Flags used by the linker during release builds. CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= //Flags used by the linker during Release with Debug Info builds. CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= //Thread library used. CMAKE_THREAD_LIBS:STRING= //Use the pthreads library. CMAKE_USE_PTHREADS:BOOL= //If true, cmake will use relative paths in makefiles and projects. CMAKE_USE_RELATIVE_PATHS:BOOL=OFF //Use sproc libs. CMAKE_USE_SPROC:BOOL= //Use the win32 thread library. CMAKE_USE_WIN32_THREADS:BOOL=1 //If this value is on, makefiles will be generated without the // .SILENT directive, and all commands will be echoed to the console // during the make. This is useful for debugging only. With Visual // Studio IDE projects all commands are done without /nologo. CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE //X11 extra flags. CMAKE_X_CFLAGS:STRING=-I //Libraries and options used in X11 programs. CMAKE_X_LIBS:STRING= //Path to a file. GDAL_INCLUDE_DIR:PATH=C:/OSGeo4W64/include //Path to a library. GDAL_LIBRARY:FILEPATH=C:/OSGeo4W64/lib/gdal_i.lib //GDAL version GDAL_VERSION:STRING=1.11.2 //Major Version Number of GDAL package found GDAL_VERSION_MAJOR_STRING:STRING=1 //Minor Version Number of GDAL package found GDAL_VERSION_MINOR_STRING:STRING=11 //Patch Version Number of GDAL package found GDAL_VERSION_PATCH_STRING:STRING=2 //Path to a file. GEOTIFF_INCLUDE_DIRS:PATH=C:/OSGeo4W64/include //Path to a library. GEOTIFF_LIBRARY:FILEPATH=C:/OSGeo4W64/lib/geotiff.lib //Path to a file. JPEG_INCLUDE_DIRS:PATH=C:/OSGeo4W64/include //Path to a library. JPEG_LIBRARY:FILEPATH=C:/OSGeo4W64/lib/jpeg_i.lib //mercurial command line client Mercurial_HG_EXECUTABLE:FILEPATH=Mercurial_HG_EXECUTABLE-NOTFOUND //Path to a file. OGR_INCLUDE_DIRS:PATH=C:/OSGeo4W64/include //Path to a file. OSGEO4W_ROOT:PATH=C:/OSGeo4W64 //Value Computed by CMake OTB_BINARY_DIR:STATIC=C:/MyOTBDir/build //Choose compilation in pedantic or relaxed mode OTB_BUILD_PEDANTIC:BOOL=OFF //OTB developers : Compilation with FULL warning (use only for // otb developers). OTB_COMPILE_WITH_FULL_WARNING:BOOL=OFF //OTB developers : Show all messages (debug, dev, etc...) use only // for otb developers. OTB_SHOW_ALL_MSG_DEBUG:BOOL=OFF //Value Computed by CMake OTB_SOURCE_DIR:STATIC=C:/MyOTBDir/src //Image size to activate using streaming for applications. OTB_STREAM_IMAGE_SIZE_TO_ACTIVATE_STREAMING:STRING=128000000 //Max size buffer for streaming. OTB_STREAM_MAX_SIZE_BUFFER_FOR_STREAMING:STRING=128000000 //Turn on the use and test of deprecated classes OTB_USE_DEPRECATED:BOOL=OFF //Use an outside build of GDAL. (OFF is NOT IMPLEMENTED) OTB_USE_EXTERNAL_GDAL:BOOL=ON //No help, variable specified on the command line. OTB_USE_OPENCV:BOOL=ON //Build patented examples. ITK must be generated whith patented // option (ITK_USE_PATENTED = ON). OTB_USE_PATENTED:BOOL=OFF //Wrap Java OTB_WRAP_JAVA:BOOL=OFF //Wrap Python OTB_WRAP_PYTHON:BOOL=ON //Enable Qt wrappers OTB_WRAP_QT:BOOL=ON //No help, variable specified on the command line. PYTHON_EXECUTABLE:FILEPATH=C:/OSGEO4~1/bin/python.exe //No help, variable specified on the command line. PYTHON_INCLUDE_DIR:PATH=C:/OSGEO4~1/apps/Python27/include //No help, variable specified on the command line. PYTHON_LIBRARY:FILEPATH=C:/OSGEO4~1/apps/Python27/libs/python27.lib //Path to a file. TIFF_INCLUDE_DIRS:PATH=C:/OSGeo4W64/include //Path to a library. TIFF_LIBRARY:FILEPATH=C:/OSGeo4W64/lib/libtiff_i.lib ######################## # INTERNAL cache entries ######################## //ADVANCED property for variable: BUILD_BUG_TRACKER_TESTS BUILD_BUG_TRACKER_TESTS-ADVANCED:INTERNAL=1 //GDAL_BUILT_WITH_HDF CHECK_GDAL_BUILT_WITH_HDF:INTERNAL=1 //Result of TRY_COMPILE CMAKE_ANSI_FOR_SCOPE:INTERNAL=TRUE //Have include iostream CMAKE_ANSI_STREAM_HEADERS:INTERNAL=1 //Single output directory for all ARCHIVE products (static libs, // import libs) CMAKE_ARCHIVE_OUTPUT_DIRECTORY:INTERNAL=C:/MyOTBDir/build/bin //This is the directory where this CMakeCache.txt was created CMAKE_CACHEFILE_DIR:INTERNAL=c:/MyOTBDir/build //Major version of cmake used to create the current loaded cache CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 //Minor version of cmake used to create the current loaded cache CMAKE_CACHE_MINOR_VERSION:INTERNAL=2 //Patch version of cmake used to create the current loaded cache CMAKE_CACHE_PATCH_VERSION:INTERNAL=2 //Path to CMake executable. CMAKE_COMMAND:INTERNAL=C:/Program Files (x86)/CMake/bin/cmake.exe //Path to cpack program executable. CMAKE_CPACK_COMMAND:INTERNAL=C:/Program Files (x86)/CMake/bin/cpack.exe //Path to ctest program executable. CMAKE_CTEST_COMMAND:INTERNAL=C:/Program Files (x86)/CMake/bin/ctest.exe //ADVANCED property for variable: CMAKE_CXX_FLAGS CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_STANDARD_LIBRARIES CMAKE_CXX_STANDARD_LIBRARIES-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_STANDARD_LIBRARIES CMAKE_C_STANDARD_LIBRARIES-ADVANCED:INTERNAL=1 //Executable file format CMAKE_EXECUTABLE_FORMAT:INTERNAL=Unknown //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //Name of generator platform. CMAKE_GENERATOR_PLATFORM:INTERNAL= //Name of generator toolset. CMAKE_GENERATOR_TOOLSET:INTERNAL= //Result of TRY_COMPILE CMAKE_HAS_ANSI_STRING_STREAM:INTERNAL=TRUE //Is X11 around. CMAKE_HAS_X:INTERNAL= //Have include limits.h CMAKE_HAVE_LIMITS_H:INTERNAL=1 //Have include pthread.h CMAKE_HAVE_PTHREAD_H:INTERNAL= //Have includes sys/types.h;sys/prctl.h CMAKE_HAVE_SYS_PRCTL_H:INTERNAL= //Have include unistd.h CMAKE_HAVE_UNISTD_H:INTERNAL= //Start directory with the top level CMakeLists.txt file for this // project CMAKE_HOME_DIRECTORY:INTERNAL=C:/MyOTBDir/src //ADVANCED property for variable: CMAKE_HP_PTHREADS CMAKE_HP_PTHREADS-ADVANCED:INTERNAL=1 //Single output directory for all LIBRARY products (so, modules) CMAKE_LIBRARY_OUTPUT_DIRECTORY:INTERNAL=C:/MyOTBDir/build/bin //ADVANCED property for variable: CMAKE_LINKER CMAKE_LINKER-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //Does the compiler support ansi for scope. CMAKE_NO_ANSI_FOR_SCOPE:INTERNAL=0 //ADVANCED property for variable: CMAKE_NO_ANSI_STREAM_HEADERS CMAKE_NO_ANSI_STREAM_HEADERS-ADVANCED:INTERNAL=1 //Does the compiler support headers like iostream. CMAKE_NO_ANSI_STREAM_HEADERS:INTERNAL=0 //Does the compiler support sstream CMAKE_NO_ANSI_STRING_STREAM:INTERNAL=0 //Does the compiler support std::. CMAKE_NO_STD_NAMESPACE:INTERNAL=0 //number of local generators CMAKE_NUMBER_OF_LOCAL_GENERATORS:INTERNAL=1 //ADVANCED property for variable: CMAKE_RC_COMPILER CMAKE_RC_COMPILER-ADVANCED:INTERNAL=1 CMAKE_RC_COMPILER_WORKS:INTERNAL=1 //ADVANCED property for variable: CMAKE_RC_FLAGS CMAKE_RC_FLAGS-ADVANCED:INTERNAL=1 //Path to CMake installation. CMAKE_ROOT:INTERNAL=C:/Program Files (x86)/CMake/share/cmake-3.2 //Single output directory for all RUNTIME products (executables, // dlls) CMAKE_RUNTIME_OUTPUT_DIRECTORY:INTERNAL=C:/MyOTBDir/build/bin //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //CHECK_TYPE_SIZE: sizeof(char) CMAKE_SIZEOF_CHAR:INTERNAL=1 //CHECK_TYPE_SIZE: sizeof(double) CMAKE_SIZEOF_DOUBLE:INTERNAL=8 //CHECK_TYPE_SIZE: sizeof(float) CMAKE_SIZEOF_FLOAT:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(int) CMAKE_SIZEOF_INT:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(long) CMAKE_SIZEOF_LONG:INTERNAL=4 //CHECK_TYPE_SIZE: sizeof(short) CMAKE_SIZEOF_SHORT:INTERNAL=2 //CHECK_TYPE_SIZE: sizeof(unsigned short) CMAKE_SIZEOF_UNSIGNED_SHORT:INTERNAL=2 //CHECK_TYPE_SIZE: sizeof(void*) CMAKE_SIZEOF_VOID_P:INTERNAL=4 //ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SKIP_RPATH CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //Result of TRY_COMPILE CMAKE_STD_NAMESPACE:INTERNAL=TRUE //ADVANCED property for variable: CMAKE_THREAD_LIBS CMAKE_THREAD_LIBS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_USE_PTHREADS CMAKE_USE_PTHREADS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_USE_RELATIVE_PATHS CMAKE_USE_RELATIVE_PATHS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_USE_SPROC CMAKE_USE_SPROC-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_USE_WIN32_THREADS CMAKE_USE_WIN32_THREADS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 //Result of TEST_BIG_ENDIAN CMAKE_WORDS_BIGENDIAN:INTERNAL=0 //ADVANCED property for variable: CMAKE_X_CFLAGS CMAKE_X_CFLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_X_LIBS CMAKE_X_LIBS-ADVANCED:INTERNAL=1 //Result of TRY_COMPILE FILE64_OK:INTERNAL=FALSE //Details about finding GDAL FIND_PACKAGE_MESSAGE_DETAILS_GDAL:INTERNAL=[C:/OSGeo4W64/lib/gdal_i.lib][C:/OSGeo4W64/include][v()] //Details about finding Threads FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()] //Result of TRY_COMPILE FSEEKO_COMPILE_OK:INTERNAL=FALSE //Result of TRY_COMPILE GDAL_HAS_GEOTIFF:INTERNAL=FALSE //Result of TRY_COMPILE GDAL_HAS_JPEG:INTERNAL=FALSE //Result of TRY_COMPILE GDAL_HAS_OGR:INTERNAL=FALSE //Result of TRY_COMPILE GDAL_HAS_TIFF:INTERNAL=FALSE //ADVANCED property for variable: GDAL_INCLUDE_DIR GDAL_INCLUDE_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: GDAL_LIBRARY GDAL_LIBRARY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: GDAL_VERSION GDAL_VERSION-ADVANCED:INTERNAL=1 //ADVANCED property for variable: GDAL_VERSION_MAJOR_STRING GDAL_VERSION_MAJOR_STRING-ADVANCED:INTERNAL=1 //ADVANCED property for variable: GDAL_VERSION_MINOR_STRING GDAL_VERSION_MINOR_STRING-ADVANCED:INTERNAL=1 //ADVANCED property for variable: GDAL_VERSION_PATCH_STRING GDAL_VERSION_PATCH_STRING-ADVANCED:INTERNAL=1 //ADVANCED property for variable: GEOTIFF_INCLUDE_DIRS GEOTIFF_INCLUDE_DIRS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: GEOTIFF_LIBRARY GEOTIFF_LIBRARY-ADVANCED:INTERNAL=1 //Result of TRY_COMPILE HAVE_CMAKE_SIZEOF_CHAR:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_CMAKE_SIZEOF_DOUBLE:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_CMAKE_SIZEOF_FLOAT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_CMAKE_SIZEOF_INT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_CMAKE_SIZEOF_LONG:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_CMAKE_SIZEOF_SHORT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_CMAKE_SIZEOF_UNSIGNED_SHORT:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_CMAKE_SIZEOF_VOID_P:INTERNAL=TRUE //Result of TRY_COMPILE HAVE_CMAKE_WORDS_BIGENDIAN:INTERNAL=TRUE //Result of test for fseeko/ftello HAVE_FSEEKO:INTERNAL=OFF //Have include stddef.h HAVE_STDDEF_H:INTERNAL=1 //Have include stdint.h HAVE_STDINT_H:INTERNAL=1 //Have include sys/types.h HAVE_SYS_TYPES_H:INTERNAL=1 //ADVANCED property for variable: JPEG_INCLUDE_DIRS JPEG_INCLUDE_DIRS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: JPEG_LIBRARY JPEG_LIBRARY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Mercurial_HG_EXECUTABLE Mercurial_HG_EXECUTABLE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: OGR_INCLUDE_DIRS OGR_INCLUDE_DIRS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: OTB_BUILD_PEDANTIC OTB_BUILD_PEDANTIC-ADVANCED:INTERNAL=1 //ADVANCED property for variable: OTB_COMPILE_WITH_FULL_WARNING OTB_COMPILE_WITH_FULL_WARNING-ADVANCED:INTERNAL=1 //Result of test for large file support OTB_HAS_LARGEFILES:INTERNAL=OFF //ADVANCED property for variable: OTB_SHOW_ALL_MSG_DEBUG OTB_SHOW_ALL_MSG_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: OTB_STREAM_IMAGE_SIZE_TO_ACTIVATE_STREAMING OTB_STREAM_IMAGE_SIZE_TO_ACTIVATE_STREAMING-ADVANCED:INTERNAL=1 //ADVANCED property for variable: OTB_STREAM_MAX_SIZE_BUFFER_FOR_STREAMING OTB_STREAM_MAX_SIZE_BUFFER_FOR_STREAMING-ADVANCED:INTERNAL=1 //ADVANCED property for variable: OTB_USE_DEPRECATED OTB_USE_DEPRECATED-ADVANCED:INTERNAL=1 //ADVANCED property for variable: OTB_USE_EXTERNAL_GDAL OTB_USE_EXTERNAL_GDAL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: OTB_USE_PATENTED OTB_USE_PATENTED-ADVANCED:INTERNAL=1 //Stored GUID SG_Filter_CMake Rules_GUID_CMAKE:INTERNAL=1486C13F-5E6E-427C-B84E-3CDBF8B25296 //Stored GUID SG_Filter_Header Files_GUID_CMAKE:INTERNAL=26C9B323-1D0B-4AEC-B798-0E638991BF78 //Stored GUID SG_Filter_Object Files_GUID_CMAKE:INTERNAL=867EFEDD-9A60-429C-B5C8-DF3B57B916CC //Stored GUID SG_Filter_Resources_GUID_CMAKE:INTERNAL=3DF9F052-36BC-477D-A62F-9F0C1DED63FD //Stored GUID SG_Filter_Source Files_GUID_CMAKE:INTERNAL=060685F0-068F-44BC-86F0-3D93EBAD34CE //ADVANCED property for variable: TIFF_INCLUDE_DIRS TIFF_INCLUDE_DIRS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: TIFF_LIBRARY TIFF_LIBRARY-ADVANCED:INTERNAL=1 //Stored GUID ZERO_CHECK_GUID_CMAKE:INTERNAL=A24C900C-3F4D-42D8-A619-120D1461E3BE //Result of test for needed _FILE_OFFSET_BITS=64 _FILE_OFFSET_BITS:INTERNAL= //Result of test for needed _LARGEFILE_SOURCE _LARGEFILE_SOURCE:INTERNAL= //Result of test for needed _LARGE_FILES _LARGE_FILES:INTERNAL=
