CMake build changes source folders and then stages those changes in git
In some circumstances, the cmake build will do a git submodule add https://github.com/pybind/pybind11 in the src/python folder. (See src/python/CMakeLists.txt)
I would expect the cmake build to normally only change files in the build folder (and not to stage changes in git).
Concurrent with this it would be good to have a flag that should allow or disallow continuation if no metadata is found
From: johnnonweiler [email protected] Sent: Tuesday, December 15, 2020 4:03:29 PM To: ukaea/parallel-preprocessor [email protected] Cc: Subscribed [email protected] Subject: [ukaea/parallel-preprocessor] CMake build changes source folders and then stages those changes in git (#33)
In some circumstances, the cmake build will do a git submodule add https://github.com/pybind/pybind11 in the src/python folder. (See src/python/CMakeLists.txt)https://github.com/ukaea/parallel-preprocessor/blob/ac577dc8c8c16d8100f9325e14fb6d5122bc9618/src/python/CMakeLists.txt
I would expect the cmake build to normally only change files in the build folder (and not to stage changes in git).
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/ukaea/parallel-preprocessor/issues/33, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AASTUSU3TQMKA7C2XBSUYADSU6CFDANCNFSM4U4R3YWA.
if pybind11 is not found, it will download somehow.
I will change this soon later, by just git clone download to somewhere like third-party folder,