Skip to content

Removing unnecessary lines from .travis.yml and fixing CMakeLists.txt #25

Open
@czgdp1807

Description

@czgdp1807

Description of the problem

  1. The following line is not needed,

    - ls -a

  2. The following should use 1.10.0 release,

    BNN/CMakeLists.txt

    Lines 23 to 31 in d21065c

    if(INSTALL_GOOGLETEST AND BUILD_TESTS)
    include(${CMAKE_ROOT}/Modules/ExternalProject.cmake)
    ExternalProject_Add(googletest
    GIT_REPOSITORY https://github.com/google/googletest
    GIT_TAG master
    SOURCE_DIR "${CMAKE_CURRENT_BINARY_DIR}/googletest-src"
    BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR}/googletest-build"
    TEST_COMMAND "")
    endif()

Example of the problem

References/Other comments

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions