mirror of
https://github.com/fmtlib/fmt.git
synced 2025-11-04 16:11:47 +01:00
Fix biicode-build script
This commit is contained in:
@@ -94,7 +94,7 @@ def install_cmake(package, **kwargs):
|
||||
if platform.system() == 'Darwin':
|
||||
dir = glob.glob(os.path.join(dir, 'CMake*.app', 'Contents'))[0]
|
||||
cmake_path = os.path.join(dir, 'bin', 'cmake')
|
||||
if install_dir != '.' and kwargs.get('add_to_path', True):
|
||||
if install_dir != '.':
|
||||
add_to_path(cmake_path)
|
||||
return cmake_path
|
||||
|
||||
|
||||
Reference in New Issue
Block a user