fixed some bugs
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.14
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.15
|
||||
|
||||
# Delete rule output on recipe failure.
|
||||
.DELETE_ON_ERROR:
|
||||
@@ -34,10 +34,10 @@ cmake_force:
|
||||
SHELL = /bin/sh
|
||||
|
||||
# The CMake executable.
|
||||
CMAKE_COMMAND = /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake
|
||||
CMAKE_COMMAND = /usr/local/Cellar/cmake/3.15.4/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E remove -f
|
||||
RM = /usr/local/Cellar/cmake/3.15.4/bin/cmake -E remove -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
Reference in New Issue
Block a user