Metaildust

Results 4 comments of Metaildust

change them like this: ``` ################ NuGet install begin ################ find_program(NUGET_EXE NAMES nuget) if(NOT NUGET_EXE) message("NUGET.EXE not found.") message(FATAL_ERROR "Please install this executable, and run CMake again.") endif() execute_process( COMMAND...

> fix pls done

build once first then change CMakeLists.txt like i've shown above it will work > Please fix this.