Skip to content

Commit

Permalink
Renamed default install dir to libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
willyd committed Oct 7, 2016
1 parent 2b0af32 commit f6e22fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required (VERSION 3.0 FATAL_ERROR)

set(CMAKE_INSTALL_PREFIX "${CMAKE_CURRENT_BINARY_DIR}/install" CACHE PATH "Path where to install binaries")
set(CMAKE_INSTALL_PREFIX "${CMAKE_CURRENT_BINARY_DIR}/libraries" CACHE PATH "Path where to install binaries")

project (caffe-builder)

Expand Down
9 changes: 3 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.0.{build}
version: 1.0.0.{build}

environment:
matrix:
Expand Down Expand Up @@ -111,8 +111,5 @@ build_script:
call build_appveyor.cmd
artifacts:
- path: build\install
name: libraries

#cache:
#- build\install\super-builder-libraries
- path: build\libraries
name: libraries

0 comments on commit f6e22fb

Please sign in to comment.