Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
CTA-LAPP
PHOENIX_LIBS
PhoenixCompareFile
Commits
c33aec2e
Commit
c33aec2e
authored
Oct 03, 2020
by
Pierre Aubert
Browse files
Fix find
parent
493d7f0a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
FindPhoenixCompareFile.cmake
FindPhoenixCompareFile.cmake
+6
-6
PhoenixCompareFile_doc.dox
PhoenixCompareFile_doc.dox
+1
-1
No files found.
FindPhoenixCompareFile.cmake
View file @
c33aec2e
...
...
@@ -5,19 +5,19 @@ find_package(OptionParser REQUIRED)
#Find the program
find_path
(
PHOENIX_COMPARE_FILE_DIR
NAMES phoenix_
beamercreator
PATHS
${
P
LIBS9
_PREFIX
}
/bin
${
CMAKE_INSTALL_PREFIX
}
/bin
NAMES phoenix_
comparefile
PATHS
${
P
HOENIX
_PREFIX
}
/bin
${
CMAKE_INSTALL_PREFIX
}
/bin
${
CMAKE_INCLUDE_PATH
}
/bin /usr/bin /usr/local/bin $ENV{HOME}/usr/bin
)
if
(
PHOENIX_COMPARE_FILE_DIR
)
set
(
PHOENIX_COMPARE_FILE_EXECUTABLE
"
${
PHOENIX_COMPARE_FILE_DIR
}
/phoenix_
beamercreator
"
CACHE STRING
" executable phoenix_
beamercreator
"
)
message
(
STATUS
"Found phoenix_
beamercreator
program PHOENIX_COMPARE_FILE_EXECUTABLE : '
${
PHOENIX_COMPARE_FILE_EXECUTABLE
}
'"
)
set
(
PHOENIX_COMPARE_FILE_EXECUTABLE
"
${
PHOENIX_COMPARE_FILE_DIR
}
/phoenix_
comparefile
"
CACHE STRING
" executable phoenix_
comparefile
"
)
message
(
STATUS
"Found phoenix_
comparefile
program PHOENIX_COMPARE_FILE_EXECUTABLE : '
${
PHOENIX_COMPARE_FILE_EXECUTABLE
}
'"
)
else
(
PHOENIX_COMPARE_FILE_DIR
)
message
(
FATAL_ERROR
"phoenix_
beamercreator
program not found"
)
message
(
FATAL_ERROR
"phoenix_
comparefile
program not found"
)
endif
(
PHOENIX_COMPARE_FILE_DIR
)
set
(
BEAMERCREATOR
_FOUND
"YES"
)
set
(
PHOENIXCOMPAREFILE
_FOUND
"YES"
)
...
...
PhoenixCompareFile_doc.dox
View file @
c33aec2e
/** @brief Tool to c
reate Beamer presentation automatically
/** @brief Tool to c
ompare two files together
*
*
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment