# CMAKE config file for FFD # DON'T COMMENT THIS OUT, IT IS NEEDED TO AVOID MULTIPLE INCLUDING OF THIS FILE if (NOT FFD_CONFIG_USER_LOADED) # DEFINES TARGET BUILD TYPE # The default target is Debug. Uncomment the following line in order to # change the target build type. # set (CMAKE_BUILD_TYPE Release) #set(GMTL_ROOT_DIR ) #set(OPENSG_ROOT ) #set(BOOST_ROOT ) #set(GLUT_ROOT ) set (FFD_CONFIG_USER_LOADED ON) endif (NOT FFD_CONFIG_USER_LOADED)