Hello, I am trying to implement a custom project using the tutorial steps enlisted. When I generate my project after giving the source, build and Chrono_DIR, I notice that the values of the CXX flags and C flags are as follows
CHRONO_CXX_FLAGS (Compiler flags): /DWIN32;/D_WINDOWS;/W3;/GR;/EHsc;-openmp;/arch:AVX2;/arch:AVX;/Zc:__cplusplus;/wd4275 CHRONO_C_FLAGS (Compiler flags): /DWIN32;/D_WINDOWS;/W3;-openmp;/arch:AVX2;/arch:AVX;;/wd4275 these are getting generated from the ChronoConfig.cmake or ChronoConfig.cmake.install I suppose. However when I load my solution and my project in VS, I'm seeing this error of command-line error:invalid macro definition (refer attachment below). Unable to resolve it. Thanks, Shubhankar -- You received this message because you are subscribed to the Google Groups "ProjectChrono" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/projectchrono/de72a4f4-bf93-4026-a788-9991ddb88857n%40googlegroups.com.
