Skip to content
  • Brad King's avatar
    Fix ModuleDefinition test for Intel on Windows · f1b7e620
    Brad King authored
    CMake defines MSVC only for a VS compiler, but the Intel compiler adds
    the preprocessor definition _MSC_VER.  Instead of relying on separate
    tests to decide whether to use example_dll_2, we do one test in CMake
    and then add our own preprocessor definition.
    f1b7e620