File tree 6 files changed +0
-12
lines changed
6 files changed +0
-12
lines changed Original file line number Diff line number Diff line change 34
34
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
35
35
# SOFTWARE.
36
36
37
- cmake_minimum_required (VERSION 2.8)
38
-
39
37
if (DEFINED JSonParserGuard)
40
38
return ()
41
39
endif ()
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- cmake_minimum_required (VERSION 2.8)
16
-
17
15
if ("${TARGET_OS} " MATCHES "NUTTX|TIZENRT" )
18
16
set (HTTPPARSER_NUTTX_ARG -DNUTTX_HOME=${TARGET_SYSTEMROOT} )
19
17
endif ()
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- cmake_minimum_required (VERSION 2.8)
16
-
17
15
if (NOT DEFINED PYTHON)
18
16
set (PYTHON "python" )
19
17
endif ()
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- cmake_minimum_required (VERSION 2.8)
16
-
17
15
# Host jerry for snapshot generation
18
16
set (DEPS_HOST_JERRY deps/jerry-host)
19
17
ExternalProject_Add(hostjerry
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- cmake_minimum_required (VERSION 2.8)
16
-
17
15
# Configure external libtuv
18
16
set (DEPS_TUV deps/libtuv)
19
17
set (DEPS_TUV_SRC ${ROOT_DIR} /${DEPS_TUV} )
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- cmake_minimum_required (VERSION 2.8)
16
-
17
15
set (MODULE_NAME "tls" )
18
16
19
17
if ("${TARGET_OS} " STREQUAL "TIZENRT" )
You can’t perform that action at this time.
0 commit comments