Create a file containing the major CMake options (#5666)

This commit is contained in:
Allen Byrne
2025-07-18 14:47:02 -05:00
committed by GitHub
parent ad76f8274b
commit ed5c07223a
22 changed files with 223 additions and 169 deletions
+1 -1
View File
@@ -144,7 +144,7 @@ main(void)
file_id = -1;
status = H5close();
if (status < 0) {
printf("/nFAILED to close library/n");
printf("\nFAILED to close library\n");
goto done;
}
+1 -1
View File
@@ -139,7 +139,7 @@ main(void)
file_id = -1;
status = H5close();
if (status < 0) {
printf("/nFAILED to close library/n");
printf("\nFAILED to close library\n");
goto done;
}
+1 -1
View File
@@ -139,7 +139,7 @@ main(void)
file_id = -1;
status = H5close();
if (status < 0) {
printf("/nFAILED to close library/n");
printf("\nFAILED to close library\n");
goto done;
}
+1 -1
View File
@@ -139,7 +139,7 @@ main(void)
file_id = -1;
status = H5close();
if (status < 0) {
printf("/nFAILED to close library/n");
printf("\nFAILED to close library\n");
goto done;
}
+1 -1
View File
@@ -139,7 +139,7 @@ main(void)
file_id = -1;
status = H5close();
if (status < 0) {
printf("/nFAILED to close library/n");
printf("\nFAILED to close library\n");
goto done;
}
+1 -1
View File
@@ -151,7 +151,7 @@ main(void)
file_id = -1;
status = H5close();
if (status < 0) {
fprintf(stdout, "/nFAILED to close library/n");
fprintf(stdout, "\nFAILED to close library\n");
goto done;
}
+1 -1
View File
@@ -139,7 +139,7 @@ main(void)
file_id = -1;
status = H5close();
if (status < 0) {
printf("/nFAILED to close library/n");
printf("\nFAILED to close library\n");
goto done;
}
+1 -1
View File
@@ -139,7 +139,7 @@ main(void)
file_id = -1;
status = H5close();
if (status < 0) {
printf("/nFAILED to close library/n");
printf("\nFAILED to close library\n");
goto done;
}
+1 -1
View File
@@ -139,7 +139,7 @@ main(void)
file_id = -1;
status = H5close();
if (status < 0) {
printf("/nFAILED to close library/n");
printf("\nFAILED to close library\n");
goto done;
}
+1 -1
View File
@@ -139,7 +139,7 @@ main(void)
file_id = -1;
status = H5close();
if (status < 0) {
printf("/nFAILED to close library/n");
printf("\nFAILED to close library\n");
goto done;
}
+1 -1
View File
@@ -146,7 +146,7 @@ main(void)
file_id = -1;
status = H5close();
if (status < 0) {
printf("/nFAILED to close library/n");
printf("\nFAILED to close library\n");
goto done;
}