Fix unittests' data output directory on Windows
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.
Showing
Please register or sign in to comment