Skip to content
  • Mathieu Malaterre's avatar
    UseSWIG.cmake does not expand $(OutDir) · c0885365
    Mathieu Malaterre authored
    This commit fixes BUG: 0011215 by properly expanding $(OutDir)
    Instead of creating the output directory using file(MAKE_DIRECTORY)
    we use cmake -E to create the directory at execution time
    c0885365