You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to CMake doc, CMAKE_SOURCE_DIR should be the same as CMAKE_BINARY_DIR for an in-source build. Thus, I assume the above line missed a NOT?
After I changed to this, the compile works:
syscall_intercept/CMakeLists.txt
Line 39 in ca4b135
According to CMake doc,
CMAKE_SOURCE_DIR
should be the same asCMAKE_BINARY_DIR
for an in-source build. Thus, I assume the above line missed aNOT
?After I changed to this, the compile works:
The text was updated successfully, but these errors were encountered: