We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c4cb393 + 166f46a commit 3202496Copy full SHA for 3202496
1 file changed
examples/CMakeLists.txt
@@ -7,7 +7,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS 1)
7
# View the makefile commands during build
8
#set(CMAKE_VERBOSE_MAKEFILE on)
9
10
-set_security_flags_for_executable() # examples are executables so we want position indepandent executables and not libraries
+set_security_flags_for_executable() # examples are executables so we want position independent executables and not libraries
11
12
set( DEPENDENCIES ${LRS_TARGET} )
13
if(BUILD_GRAPHICAL_EXAMPLES)
0 commit comments