diff options
Diffstat (limited to 'src/cmake')
-rw-r--r-- | src/cmake/macros/FindGperftools.cmake | 2 | ||||
-rw-r--r-- | src/cmake/macros/GroupSources.cmake | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/cmake/macros/FindGperftools.cmake b/src/cmake/macros/FindGperftools.cmake index f35104d2f9..cd990662cf 100644 --- a/src/cmake/macros/FindGperftools.cmake +++ b/src/cmake/macros/FindGperftools.cmake @@ -48,4 +48,4 @@ mark_as_advanced( GPERFTOOLS_PROFILER GPERFTOOLS_TCMALLOC_AND_PROFILER GPERFTOOLS_LIBRARIES - GPERFTOOLS_INCLUDE_DIR)
\ No newline at end of file + GPERFTOOLS_INCLUDE_DIR) diff --git a/src/cmake/macros/GroupSources.cmake b/src/cmake/macros/GroupSources.cmake index ee74bdf39e..29134784d2 100644 --- a/src/cmake/macros/GroupSources.cmake +++ b/src/cmake/macros/GroupSources.cmake @@ -45,4 +45,4 @@ macro(GroupSources dir) endif() endforeach() endif() -endmacro()
\ No newline at end of file +endmacro() |