Fix installation rules for man pages: don't install gromacs.7.cmakein
[gromacs.git] / cmake / Filter.cmake
blob839c76043c6646e743e868ca1da14272465014e1
1 #Can be used to filter files at build time
2 #Usage: cmake  -DINFILE=... -DOUTFILE=... [variables to replace] -P Filter.cmake
3 configure_file(${INFILE} ${OUTFILE})