You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
196 B
7 lines
196 B
5 years ago
|
if(NOT IS_DIRECTORY ${out}/d1)
|
||
|
set(RunCMake_TEST_FAILED "directory d1 was not created")
|
||
|
endif()
|
||
|
if(NOT IS_DIRECTORY ${out}/d2)
|
||
|
set(RunCMake_TEST_FAILED "directory d2 was not created")
|
||
|
endif()
|