Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
88333858
Commit
88333858
authored
Sep 08, 2009
by
David Cole
Browse files
Missed a CMAKE_CFG_INTDIR reference in the previous commit.
parent
fd47a2ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
Modules/ExternalProject.cmake
View file @
88333858
...
...
@@ -563,7 +563,7 @@ function(_ep_add_mkdir_command name)
COMMAND
${
CMAKE_COMMAND
}
-E make_directory
${
binary_dir
}
COMMAND
${
CMAKE_COMMAND
}
-E make_directory
${
install_dir
}
COMMAND
${
CMAKE_COMMAND
}
-E make_directory
${
tmp_dir
}
COMMAND
${
CMAKE_COMMAND
}
-E make_directory
${
stamp_dir
}
COMMAND
${
CMAKE_COMMAND
}
-E make_directory
${
stamp_dir
}
/
${
CMAKE_CFG_INTDIR
}
COMMAND
${
CMAKE_COMMAND
}
-E make_directory
${
download_dir
}
)
endfunction
(
_ep_add_mkdir_command
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment