-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[CMake] Don't wrap command in ROOTTEST_COMPILE_MACRO
in CMake target
#19780
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,9 +75,6 @@ void build(const char *filename, const char *lib = 0, const char *obj = 0, const | |
} | ||
// fprintf(stderr,"from %s to %s\n",filename,fname.Data()); | ||
int result = gSystem->CompileMacro(fname,"kc"); | ||
#elif defined(CMakeEnvironment) && defined(CMakeBuildDir) | ||
// fprintf(stderr,"CmakeBuildDir: %s filename: %s", CMakeBuildDir, filename); | ||
int result = gSystem->CompileMacro(filename,"kc-", libname, CMakeBuildDir); | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This seems to be an unintentional behavior change. If I read correctly, before this PR, |
||
#else | ||
int result = gSystem->CompileMacro(filename,"kc", libname); | ||
#endif | ||
|
Uh oh!
There was an error while loading. Please reload this page.