File tree 2 files changed +3
-3
lines changed
tribits/core/package_arch
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -780,7 +780,7 @@ endmacro()
780
780
# libraries in all subdirectories that don't have the TRIBITS_TESTONLY_LIB
781
781
# target property set on them.
782
782
#
783
- # NOTE: It is unfortunate that this macro must be called in a packages 's
783
+ # NOTE: It is unfortunate that this macro must be called in a package 's
784
784
# top-level ``CMakeLists.txt`` file but limitations of the CMake language make
785
785
# it necessary to do so.
786
786
#
Original file line number Diff line number Diff line change @@ -553,9 +553,9 @@ function(tribits_append_dependent_package_config_file_includes packageName)
553
553
string (APPEND configFileStr
554
554
"include(\" ${cmakeTplDir} /${depPkg} Config.cmake\" )\n " )
555
555
endif ()
556
- # NOTE: Above, a required dependent package may not actaully be enabled if
556
+ # NOTE: Above, a required dependent package may not actually be enabled if
557
557
# it is a required subpackage of a parent package and the parent package
558
- # itself is not actaully enabled (very tricky).
558
+ # itself is not actually enabled (very tricky).
559
559
endforeach ()
560
560
foreach (depPkg IN LISTS ${packageName} _LIB_OPTIONAL_DEP_PACKAGES)
561
561
if (${packageName} _ENABLE_${depPkg} AND ${PROJECT_NAME} _ENABLE_${depPkg} )
You can’t perform that action at this time.
0 commit comments