#from http://code.google.com/p/modwsgi/wiki/QuickInstallationGuide #this imports variables here PackageSetup() if(WIN32) #### windows..... not done yet message(FATAL_ERROR "package ${PACKAGE} not currently available for windows") else() set(Package_configure_flags --with-apxs=/bin/apxs --with-python=/bin/python ) set(Package_InSource ON) #it seems that Apache is not able to build out of source....due to not finding expat set(Package_source_setup SVN_REPOSITORY https://svn.apache.org/repos/asf/quetzalcoatl/mod_python/trunk/ UPDATE_COMMAND "" ) PackageUnixConfigureAdd() endif()