This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set nocompatible " be iMproved, required | |
filetype off " required | |
execute pathogen#infect() | |
" set the runtime path to include Vundle and initialize | |
set rtp+=~/.vim/bundle/Vundle.vim | |
call vundle#begin() | |
" alternatively, pass a path where Vundle should install plugins | |
"call vundle#begin('~/some/path/here') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Boost version: 1.62.0 | |
-- Found the following Boost libraries: | |
-- program_options | |
-- thread | |
-- chrono | |
-- system | |
-- date_time | |
-- atomic | |
CMake Error at cmake/Libraries.cmake:12 (FIND_PACKAGE): | |
By not providing "FindOPENSSL.cmake" in CMAKE_MODULE_PATH this project has |