We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
make_directory
file(MAKE_DIRECTORY)
1 parent d76ce40 commit 70c7c05Copy full SHA for 70c7c05
config/cmake/s-dftd3-utils.cmake
@@ -76,7 +76,7 @@ macro(
76
77
# We need the module directory in the subproject before we finish the configure stage
78
if(NOT EXISTS "${${_pkg_uc}_BINARY_DIR}/include")
79
- make_directory("${${_pkg_uc}_BINARY_DIR}/include")
+ file(MAKE_DIRECTORY "${${_pkg_uc}_BINARY_DIR}/include")
80
endif()
81
82
break()
@@ -99,7 +99,7 @@ macro(
99
100
FetchContent_GetProperties("${_pkg_lc}" BINARY_DIR "${_pkg_uc}_BINARY_DIR")
101
102
103
104
105
0 commit comments