Skip to content
  • Dmitry Kazakov's avatar
    Fix unittests' data output directory on Windows · ff5185d3
    Dmitry Kazakov authored
    The output files should be written into the same directory,
    where the unuttest binary resides. On Windows this directory
    is not the same as ${CMAKE_CURRENT_BINARY_DIR} because of
    linking complications.
    
    The patch also removes the usage of EXECUTABLE_OUTPUT_PATH,
    which is deprecated and not used anymore.
    ff5185d3