Skip to content

Commit

Permalink
Fixed cmake compile
Browse files Browse the repository at this point in the history
  • Loading branch information
namreeb committed Oct 28, 2016
1 parent 964387f commit cfaa418
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions src/mangosd/CMakeLists.txt
Expand Up @@ -69,6 +69,7 @@ target_link_libraries(${EXECUTABLE_NAME}
framework
g3dlite
gsoap
scriptdev2
${Boost_LIBRARIES}
)

Expand Down
5 changes: 0 additions & 5 deletions src/scriptdev2/CMakeLists.txt
Expand Up @@ -122,8 +122,3 @@ if(PCH)
cotire(mangosscript)
endif()

# LIBRARY = dyld / so, RUNTIME = dll
install(TARGETS mangosscript
LIBRARY DESTINATION ${LIBS_DIR}
RUNTIME DESTINATION ${LIBS_DIR}
)

1 comment on commit cfaa418

@ssj17vegeta
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this breaks Linux compile.

/usr/bin/ld: can't find -lscriptdev2

Or am I missing something ?

Please sign in to comment.