solidity
solidity copied to clipboard
fix: replace CMAKE_SOURCE_DIR with CMAKE_CURRENT_SOURCE_DIR
This PR replaces occurrences of CMAKE_SOURCE_DIR in the CMake configuration file with CMAKE_CURRENT_SOURCE_DIR. This change would allow the project to be usable as a CMake dependency for other CMake projects.