###################################################################################### ###################################################################################### ### In this file, you can specify many CMake variables used to build paradisEO-PEO. ### For example, if you don't want ot give the EO path each time on the command line, ### uncomment the line the "SET(EO_DIR...)" and set your path. ### The section numbers are the same as those used in the CMakeLists.txt file. ###################################################################################### ###################################################################################### ###################################################################################### ### 3) OPTIONNAL - Overwrite default paths ###################################################################################### # SET(MO_DIR "" CACHE PATH "ParadisEO-PEO main directory") # SET(EO_DIR "" CACHE PATH "ParadisEO-EO main directory") # SET(EO_SRC_DIR "") # SET(MO_SRC_DIR "") # SET(MO_DOC_DIR "") ###################################################################################### ##################################################################################### ### 5) OPTIONNAL - Overwrite subdirs ###################################################################################### # SUBDIRS(doc src tutorial) ######################################################################################