So many languages, so many comment styles

This commit is contained in:
Brian Kelley
2015-09-10 21:58:15 +00:00
parent a82cda21a9
commit efc18e9aa5

View File

@@ -1,7 +1,7 @@
find_package(SWIG REQUIRED)
include(${SWIG_USE_FILE})
// we want to link java statically...
# we want to link java statically...
set(Boost_USE_STATIC_LIBS ON)
set(T_LIBS ${Boost_LIBRARIES})
find_package(Boost 1.39.0 COMPONENTS serialization)