Skip to content

Commit b50370f

Browse files
committed
ENH: Replace make_directory with modern file(MAKE_DIRECTORY)
1 parent ef6c010 commit b50370f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SoftwareGuide/Examples/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ endforeach()
2121
#
2222
# First make a directory to store generated images
2323
set(ART_GENERATED_FOLDER "${SoftwareGuide_BINARY_DIR}/Art/Generated" )
24-
make_directory( "${ART_GENERATED_FOLDER}" )
24+
file(MAKE_DIRECTORY "${ART_GENERATED_FOLDER}" )
2525

2626
#
2727
# Rebuild the Software Guide figures

0 commit comments

Comments
 (0)