Massive conversion from Package to CMakePackage (#4975)
This commit is contained in:
@@ -333,6 +333,7 @@ def set_module_variables_for_package(pkg, module):
|
||||
m.make = MakeExecutable('make', jobs)
|
||||
m.gmake = MakeExecutable('gmake', jobs)
|
||||
m.scons = MakeExecutable('scons', jobs)
|
||||
m.ninja = MakeExecutable('ninja', jobs)
|
||||
|
||||
# easy shortcut to os.environ
|
||||
m.env = os.environ
|
||||
|
Reference in New Issue
Block a user