Notes |
|
(0028798)
|
Yury G. Kudryashov
|
2012-03-02 16:31
|
|
Find_program searches in PATH without explicit PATHS $ENV{PATH}.
Try
message("Path: $ENV{PATH}")
find_program(mydoxygen doxygen)
message("Test doxygen: ${mydoxygen}")
find_package(Doxygen)
message("Doxygen: ${DOXYGEN_EXECUTABLE}")
This will print some debug information about your system. Check that doxygen.exe can be found in the path reported by message(..) |
|
|
(0028804)
|
Michael Broutin
|
2012-03-04 06:59
|
|
Ok, false alert... you're right :)
I give a bit more info about the context : launched compilation of Ogre3d through jenkins CI. For a reason I don't know about, the %PATH% is not the same as when I use windows myself. I don't know the specific reason, but if I manually add doxygen to PATH in the build script, everything works... case closed! |
|
|
(0030827)
|
David Cole
|
2012-09-03 16:00
|
|
Closing resolved issues that have not been updated in more than 4 months. |
|