File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1414
1515if (APPLE AND CXX_CLANG)
1616 # Sanitizers in Clang are supported by a specific runtime and Clang
17- # automatically links against the right runtime. When building staticly
17+ # automatically links against the right runtime. When building statically
1818 # linked binaries, the resulting binary will contain the runtime. Dynamically
1919 # linked binaries will link against the dynamic version of the library.
2020 #
21- # xctest bundles are necessarily dynamicly linked, but linked in such a way
21+ # xctest bundles are necessarily dynamically linked, but linked in such a way
2222 # that the sanitizer runtime is assumed to be on the @rpath. This finds the
2323 # clang runtimes so that they can be supplied as needed.
2424 get_filename_component (compiler_bin_dir ${CMAKE_CXX_COMPILER} DIRECTORY )
You can’t perform that action at this time.
0 commit comments