Skip to content

Commit 3202496

Browse files
authored
Merge pull request #1 from shakkar23/shakkar23-patch-1
Fix comment spelling in examples/CMakeLists.txt
2 parents c4cb393 + 166f46a commit 3202496

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS 1)
77
# View the makefile commands during build
88
#set(CMAKE_VERBOSE_MAKEFILE on)
99

10-
set_security_flags_for_executable() # examples are executables so we want position indepandent executables and not libraries
10+
set_security_flags_for_executable() # examples are executables so we want position independent executables and not libraries
1111

1212
set( DEPENDENCIES ${LRS_TARGET} )
1313
if(BUILD_GRAPHICAL_EXAMPLES)

0 commit comments

Comments
 (0)