~unity-team/v8-cpp/trunk

« back to all changes in this revision

Viewing changes to cmake/FindNode.cmake

  • Committer: Marcus Tomlinson
  • Date: 2015-10-07 09:06:58 UTC
  • Revision ID: marcus.tomlinson@canonical.com-20151007090658-cqtmlk4vtfnhdppf
Don't fail cmake if node not found on system

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
        set (V8_VERSION_STRING "3.28.72")
88
88
        message ("defaulted to node 0.10.30")
89
89
    endif ()
90
 
    message ("INFO - Node version is " ${NODE_VERSION_STRING} "INFO - Node using v8 " ${V8_VERSION_STRING})
 
90
    message ("INFO - Node version is " ${NODE_VERSION_STRING})
 
91
    message ("INFO - Node using v8 " ${V8_VERSION_STRING})
91
92
endif ()
92
93
 
93
94
mark_as_advanced (NODE_EXECUTABLE)