Help: Remove stray spaces and one colon

This commit is contained in:
Nikita Nemkin
2025-01-31 00:10:17 +05:00
committed by Brad King
parent 51e4d81f16
commit 9c963de998
17 changed files with 21 additions and 21 deletions

View File

@@ -121,7 +121,7 @@ install(FILES
)
# generate the export targets for the build tree
# needs to be after the install(TARGETS ) command
# needs to be after the install(TARGETS) command
export(EXPORT MathFunctionsTargets
FILE "${CMAKE_CURRENT_BINARY_DIR}/MathFunctionsTargets.cmake"
)