Lines 92-97
set (SOVERSION ${OIIO_VERSION_MAJOR}.${O
Link Here
|
92 |
set (PYLIB_INCLUDE_SONAME OFF CACHE BOOL "If ON, soname/soversion will be set for Python module library") |
92 |
set (PYLIB_INCLUDE_SONAME OFF CACHE BOOL "If ON, soname/soversion will be set for Python module library") |
93 |
set (PYLIB_LIB_PREFIX OFF CACHE BOOL "If ON, prefix the Python module with 'lib'") |
93 |
set (PYLIB_LIB_PREFIX OFF CACHE BOOL "If ON, prefix the Python module with 'lib'") |
94 |
|
94 |
|
|
|
95 |
FIND_PACKAGE(Boost 1.53) |
96 |
|
95 |
if (NOTHREADS) |
97 |
if (NOTHREADS) |
96 |
message (STATUS "NO THREADS!") |
98 |
message (STATUS "NO THREADS!") |
97 |
add_definitions ("-DNOTHREADS=1") |
99 |
add_definitions ("-DNOTHREADS=1") |