Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CLHEP
CLHEP
Commits
32203d5a
Commit
32203d5a
authored
Oct 31, 2013
by
Lynn Garren
Browse files
sr #138378: fix ClhepBuildTex so it doesn't install files that have not been created
parent
857b28fb
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
32203d5a
...
...
@@ -3,7 +3,7 @@
# cmake [-DCMAKE_INSTALL_PREFIX=/install/path]
# [-DCMAKE_BUILD_TYPE=Debug|Release|RelWithDebInfo|MinSizeRel]
# [-DCMAKE_C_COMPILER=...] [-DCMAKE_CXX_COMPILER=...]
# [-DCLHEP_BUILD_DOCS=ON]
# [-DCLHEP_BUILD_DOCS=ON]
# [-DLIB_SUFFIX=64]
# /path/to/source
# make
...
...
cmake/Modules/ClhepBuildTex.cmake
View file @
32203d5a
...
...
@@ -62,8 +62,9 @@ IF(DVIPS_CONVERTER)
)
ENDIF
(
PS2PDF_CONVERTER
)
ENDIF
(
DVIPS_CONVERTER
)
INSTALL
(
FILES
${
CMAKE_CURRENT_BINARY_DIR
}
/
${
main_tex_file
}
.pdf
DESTINATION doc/
${
package
}
)
ENDIF
(
LATEX_COMPILER
)
INSTALL
(
FILES
${
CMAKE_CURRENT_BINARY_DIR
}
/
${
main_tex_file
}
.pdf
DESTINATION doc/
${
package
}
)
endmacro
(
clhep_latex
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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