mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Move JS setup code up into lib macro.
Remove a few redundant messages from build.
This commit is contained in:
parent
9aea975dde
commit
8dfad3e7c0
@ -45,8 +45,6 @@ else ()
|
|||||||
target_link_libraries(${EXECUTABLE} ${CMAKE_THREAD_LIBS_INIT})
|
target_link_libraries(${EXECUTABLE} ${CMAKE_THREAD_LIBS_INIT})
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
message("Installation path: ${CMAKE_INSTALL_PREFIX}")
|
|
||||||
|
|
||||||
install( TARGETS ${EXECUTABLE} ARCHIVE DESTINATION lib LIBRARY DESTINATION lib )
|
install( TARGETS ${EXECUTABLE} ARCHIVE DESTINATION lib LIBRARY DESTINATION lib )
|
||||||
install( FILES ${HEADERS} DESTINATION include/${EXECUTABLE} )
|
install( FILES ${HEADERS} DESTINATION include/${EXECUTABLE} )
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user