Missing library during linking

Please fill out the following information to help in answering your question, and also see tips for posting code snippets. If you don’t provide this information it will take more time to help with your problem!

_Geant4 Version:_11.3.1
_Operating System:_Windows
_Compiler/Version:_Microsoft (R) C/C++ Optimizing Compiler Version 19.43.34810 for x86
CMake Version: 4.0.1

During linking, the library G4tracking.dll was missing and resulted in a fatal error.
“Linking CXX shared library ..\BuildProducts\bin\G4tracking.dll”
I searched for the file G4tracking.dll in the build directory, and it is not being generated.
I search for the source file “G4tracking” and it is not present anywhere.