Closed bastianbeischer closed 9 years ago
Thanks for your patch. I like how you did it using the prefix arg so the existing steps don't get any longer.
I've just added cmake-project to MELPA so that I don't have to do a manual release for every fix. Hopefully it will show up there soon with your feature.
Please check my little patch which fixes a whitespace issue in the modeline and allows to pass additional command line arguments to CMake, like:
cmake -DCMAKE_CXX_COMPILER=... -D.... SOURCE_DIR
This is achieved by adding an optional prefix argument to cmake-project-configure-project which will prompt the user for additional flags for CMake.