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-17 20:43:14 +0300
committerVojtech Bubnik <bubnikv@gmail.com>2017-08-17 20:43:14 +0300
commit952ca18bf9e84835d72838d54a5ccfb484af2fcd (patch)
treef7adf82565a8d442a859c0d08df92231cf434be1 /cmake/modules
parent94483202ec569327bfb5137425b7cc8d20a60e54 (diff)
Modified to compile on Ubuntu
Diffstat (limited to 'cmake/modules')
-rw-r--r--cmake/modules/FindAlienWx.cmake14
1 files changed, 7 insertions, 7 deletions
diff --git a/cmake/modules/FindAlienWx.cmake b/cmake/modules/FindAlienWx.cmake
index 42efcc770..8e8a942a2 100644
--- a/cmake/modules/FindAlienWx.cmake
+++ b/cmake/modules/FindAlienWx.cmake
@@ -40,13 +40,13 @@ my \$defines = ' ' . Alien::wxWidgets->defines;
my \$cflags = Alien::wxWidgets->c_flags;
my \$linkflags = Alien::wxWidgets->link_flags;
my \$libraries = ' ' . Alien::wxWidgets->libraries(@components);
-my @libraries = Alien::wxWidgets->link_libraries(@components);
-my @implib = Alien::wxWidgets->import_libraries(@components);
-my @shrlib = Alien::wxWidgets->shared_libraries(@components);
-my @keys = Alien::wxWidgets->library_keys; # 'gl', 'adv', ...
-my \$library_path = Alien::wxWidgets->shared_library_path;
-my \$key = Alien::wxWidgets->key;
-my \$prefix = Alien::wxWidgets->prefix;
+#my @libraries = Alien::wxWidgets->link_libraries(@components);
+#my @implib = Alien::wxWidgets->import_libraries(@components);
+#my @shrlib = Alien::wxWidgets->shared_libraries(@components);
+#my @keys = Alien::wxWidgets->library_keys; # 'gl', 'adv', ...
+#my \$library_path = Alien::wxWidgets->shared_library_path;
+#my \$key = Alien::wxWidgets->key;
+#my \$prefix = Alien::wxWidgets->prefix;
my \$filename = '${AlienWx_TEMP_INCLUDE}';
open(my $fh, '>', \$filename) or die \"Could not open file '\$filename' \$!\";