Are there any helpful hints on getting cmake to wo...
# plugins
b
Are there any helpful hints on getting cmake to work? I've tried the Process class (would prefer to use that inside of pants), and subprocess.run and I get this error when it runs.
Copy code
stdout: "CMake Error: CMake was unable to find a build program corresponding to \"Unix Makefiles\".  CMAKE_MAKE_PROGRAM is not set.  You probably need to select a different build tool.\nCMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage\n-- Configuring incomplete, errors occurred!\nSee also \"/code/CMakeFiles/CMakeOutput.log\".\n"