Remove duplicated directory
This commit is contained in:
@@ -48,10 +48,10 @@ RM = /usr/bin/cmake -E remove -f
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /home/julian/UxPlay
|
||||
CMAKE_SOURCE_DIR = /home/julian/AirplayServer
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/julian/UxPlay/build
|
||||
CMAKE_BINARY_DIR = /home/julian/AirplayServer/build
|
||||
|
||||
#=============================================================================
|
||||
# Targets provided globally by CMake.
|
||||
@@ -126,9 +126,9 @@ install/fast: preinstall/fast
|
||||
|
||||
# The main all target
|
||||
all: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/julian/UxPlay/build/CMakeFiles /home/julian/UxPlay/build/CMakeFiles/progress.marks
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/julian/AirplayServer/build/CMakeFiles /home/julian/AirplayServer/build/CMakeFiles/progress.marks
|
||||
$(MAKE) -f CMakeFiles/Makefile2 all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/julian/UxPlay/build/CMakeFiles 0
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/julian/AirplayServer/build/CMakeFiles 0
|
||||
.PHONY : all
|
||||
|
||||
# The main clean target
|
||||
|
||||
Reference in New Issue
Block a user