Remove unexistant referenced file #3

Closed
Ghost wants to merge 7 commits from (deleted):build-fix_prof-shaders into dev
First-time contributor

Fix a build error :

fxsdk build-fx
-- Found Gint: TRUE (found suitable version "2.3.1-4", minimum required is "2.1") -- Configuring done CMake Error at CMakeLists.txt:108 (add_executable): Cannot find source file:

src/perf/shaders.c
  • The file not exist anymore, but why ???
Fix a build error : fxsdk build-fx -- Found Gint: TRUE (found suitable version "2.3.1-4", minimum required is "2.1") -- Configuring done CMake Error at CMakeLists.txt:108 (add_executable): Cannot find source file: src/perf/shaders.c - The file not exist anymore, but why ???
Ghost added 1 commit 2021-02-04 03:16:01 +01:00
3ff9ad38b9
Remove unexistant referenced file
Fix a build error : 

fxsdk build-fx                                                  
-- Found Gint: TRUE (found suitable version "2.3.1-4", minimum required is "2.1") 
-- Configuring done
CMake Error at CMakeLists.txt:108 (add_executable):
  Cannot find source file:

    src/perf/shaders.c

- The file not exist anymore, but why ???
Owner

Thanks! These are files that I have for new tests that are not yet on the repository (they will be in the future instead). Sometimes a change on such a future test slips by mistake into a commit.

I force-pushed to dev to make sure that existing commits compile rather than just fixing it now, so I'll close this, but consider it merged.

Thanks! These are files that I have for new tests that are not yet on the repository (they will be in the future instead). Sometimes a change on such a future test slips by mistake into a commit. I force-pushed to dev to make sure that existing commits compile rather than just fixing it now, so I'll close this, but consider it merged.
Lephenixnoir closed this pull request 2021-02-04 09:38:29 +01:00
Ghost deleted branch build-fix_prof-shaders 2021-02-04 14:58:31 +01:00

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Lephenixnoir/gintctl#3
No description provided.