Fix template instantiations.

This commit is contained in:
Jérémie Dumas
2018-07-09 16:31:06 -04:00
parent 9f8ee20cdc
commit 761cb5e91e
6 changed files with 266 additions and 261 deletions
+1 -1
View File
@@ -144,7 +144,7 @@ elseif(UNIX)
# .SO file extension on Linux/Mac OS
set_target_properties(pyigl PROPERTIES SUFFIX ".so")
#Enable flag if undefined symbols appear on pyigl module import to get notified about the missing symbols at link time
# Enable flag if undefined symbols appear on pyigl module import to get notified about the missing symbols at link time
option(CHECK_UNDEFINED "Check for undefined symbols" OFF)
# Strip unnecessary sections of the binary on Linux/Mac OS