Skip to content

Commit b84a536

Browse files
committed
Ensure the PRMan shadeop gets a .so extension on OSX
1 parent b2086a9 commit b84a536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/demos/rman/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ STRING(COMPARE EQUAL "${RMANTREE_TEST}" "" RMAN_SET)
2121
IF(NOT ${RMAN_SET})
2222
include_directories($ENV{RMANTREE}/include)
2323
link_directories($ENV{RMANTREE}/lib)
24-
add_library(SeExprOp SHARED seop.cpp)
24+
add_library(SeExprOp MODULE seop.cpp)
2525
target_link_libraries(SeExprOp prman ${SEEXPR_LIBRARIES})
2626
FILE(GLOB ribs "*.rib")
2727
install (TARGETS SeExprOp DESTINATION ${CMAKE_INSTALL_LIBDIR}/prman)

0 commit comments

Comments
 (0)