Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVojtech Bubnik <bubnikv@gmail.com>2017-08-18 23:45:24 +0300
committerVojtech Bubnik <bubnikv@gmail.com>2017-08-18 23:45:24 +0300
commitd0c43c99c34cac2dedcab68447a523410b2affa2 (patch)
tree9fb69dca18bae9a15db06994eb12d9696a6fbe3b /cmake/modules
parentba1c0b0137f84e95a937a5920a7d0184e01ff0b6 (diff)
CMake build system: Linux fixes
Diffstat (limited to 'cmake/modules')
-rw-r--r--cmake/modules/FindPerlEmbed.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/modules/FindPerlEmbed.cmake b/cmake/modules/FindPerlEmbed.cmake
index ae927dac4..c005980be 100644
--- a/cmake/modules/FindPerlEmbed.cmake
+++ b/cmake/modules/FindPerlEmbed.cmake
@@ -73,6 +73,7 @@ if (PerlEmbed_DEBUG)
message(STATUS " PERL_EXTRA_C_FLAGS = ${PERL_EXTRA_C_FLAGS}")
# Second show the configuration extracted by this module (FindPerlEmbed):
message(STATUS " PerlEmbed_CCFLAGS = ${PerlEmbed_CCFLAGS}")
+ message(STATUS " PerlEmbed_CCCDLFLAGS = ${PerlEmbed_CCCDLFLAGS}")
message(STATUS " LD = ${PerlEmbed_LD}")
message(STATUS " PerlEmbed_LDFLAGS = ${PerlEmbed_LDFLAGS}")
message(STATUS " PerlEmbed_LDDLFLAGS = ${PerlEmbed_LDDLFLAGS}")