Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

Commit

Permalink
cmake: set CMAKE_FIND_NO_INSTALL_PREFIX
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeyeager committed Aug 30, 2017
1 parent fcf8641 commit ace919e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)

message(STATUS "Setting CMAKE_FIND_NO_INSTALL_PREFIX")
set(CMAKE_FIND_NO_INSTALL_PREFIX TRUE)

project(Caffe2 CXX C)

# TODO(bwasti): versioning
Expand Down

0 comments on commit ace919e

Please sign in to comment.