mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-18 20:12:50 +00:00
[PR #971] [MERGED] [FIX] Correct -HARDSUBX Bug In CMake #1786
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/CCExtractor/ccextractor/pull/971
Author: @thealphadollar
Created: 4/1/2018
Status: ✅ Merged
Merged: 4/1/2018
Merged by: @cfsmp3
Base:
master← Head:rectify_bug📝 Commits (1)
3f2f941[FIX] Correct -HARDSUBX Bug In CMake📊 Changes
1 file changed (+24 additions, -0 deletions)
View changed files
📝
src/lib_ccx/CMakeLists.txt(+24 -0)📄 Description
Please prefix your pull request with one of the following: [FEATURE] [FIX] [IMPROVEMENT].
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
Currently, during the building process with the "-HARDSUBX" parameter (implemented in #966 ) and cmake, the below error pops up.
This error is caused since there is no setting for HARDSUBX in the CMAKELISTS.txt present inside the src/lib_ccx directory and hence the "-ENABLE_HARDSUBX" remains off.
This pull request fixes the error by adding the parameter and it's settings to the Cmake file.
[Tested independently on Digital Ocean server]
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.