diff options
| author | Erik Kundiman <erik@megapahit.org> | 2025-05-13 10:48:20 +0800 |
|---|---|---|
| committer | Erik Kundiman <erik@megapahit.org> | 2025-05-13 10:48:20 +0800 |
| commit | 793bdbf972eca4c032813d6e2c4ef4e79d1628eb (patch) | |
| tree | 01c4f96a217c5fcacf69f1709d2b45f34b3dcfb3 /indra/cmake/NDOF.cmake | |
| parent | f5ab6e11f13699c03a696611f67f8384434130a1 (diff) | |
Empty CMake elses & endifs parentheses
to make it more flexible the next time a value in the if's parentheses
gets changed again, and also to reduce duplicate pattern matches when
grepping those CMake files with certain keywords.
Diffstat (limited to 'indra/cmake/NDOF.cmake')
| -rw-r--r-- | indra/cmake/NDOF.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/NDOF.cmake b/indra/cmake/NDOF.cmake index 4e93c1f9ca..d6e5e53ac9 100644 --- a/indra/cmake/NDOF.cmake +++ b/indra/cmake/NDOF.cmake @@ -40,7 +40,7 @@ if (NDOF) DESTINATION ${ARCH_PREBUILT_DIRS_RELEASE} ) file(WRITE ${PREBUILD_TRACKING_DIR}/libndofdev_installed "${libndofdev_installed}") - endif (${LIBNDOFDEV_RESULT}) + endif () endif () elseif (LINUX) use_prebuilt_binary(open-libndofdev) |
