#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 ) 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 URL http://archive.apache.org/dist/httpd/modpython/mod_python-3.3.1.tgz URL_MD5 a3b0150176b726bd2833dac3a7837dc5 ) PackageUnixConfigureAdd() endif()