Files

12 lines
402 B
Plaintext
Raw Permalink Normal View History

2015-04-22 20:16:04 +00:00
--- scripts/CMakeLists.txt.orig 2015-04-12 10:08:04 UTC
+++ scripts/CMakeLists.txt
@@ -28,7 +28,7 @@ if(HAVE_BASH)
2013-02-04 14:17:48 +00:00
)
endif(PLD_plmeta)
if(PLD_pstex)
- set(scripts_SCRIPTS ${scripts_SCRIPTS} pstex2eps)
+ set(scripts_SCRIPTS "${scripts_SCRIPTS}" pstex2eps)
endif(PLD_pstex)
2013-10-02 13:17:06 +00:00
if (NOT "${scripts_SCRIPTS}" STREQUAL "")
2013-02-04 14:17:48 +00:00
install(PROGRAMS ${scripts_SCRIPTS} DESTINATION ${BIN_DIR})