Skip to content
Snippets Groups Projects
Commit 508e754e authored by Oz Linden's avatar Oz Linden
Browse files

fix tab character coding style violation

parent fa197bf2
No related branches found
No related tags found
No related merge requests found
......@@ -257,13 +257,13 @@ set(llcommon_HEADER_FILES
set_source_files_properties(${llcommon_HEADER_FILES}
PROPERTIES HEADER_FILE_ONLY TRUE
)
)
# bring in version information for BugSplat crash reporting
set_source_files_properties(${llcommon_SOURCE_FILES}
PROPERTIES
COMPILE_DEFINITIONS "${VIEWER_CHANNEL_VERSION_DEFINES}" # see BuildVersion.cmake
)
COMPILE_DEFINITIONS "${VIEWER_CHANNEL_VERSION_DEFINES}" # see BuildVersion.cmake
)
list(APPEND llcommon_SOURCE_FILES ${llcommon_HEADER_FILES})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment