summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorEvan Shelhamer <shelhamer@imaginarynumber.net>2015-02-19 00:37:53 -0800
committerEvan Shelhamer <shelhamer@imaginarynumber.net>2015-02-19 00:37:53 -0800
commit650b944509fbcb9ef4735084c41d78f4cb1ba66c (patch)
treee306a0caccc387483d327f3fe7f111c176ef1476 /tools
parentc66847b037178d2c54e16bdce4c9cbbeedf432e4 (diff)
parentd1238e14fa4ef7089d85e91cf3339699b89590e0 (diff)
downloadcaffeonacl-650b944509fbcb9ef4735084c41d78f4cb1ba66c.tar.gz
caffeonacl-650b944509fbcb9ef4735084c41d78f4cb1ba66c.tar.bz2
caffeonacl-650b944509fbcb9ef4735084c41d78f4cb1ba66c.zip
Merge pull request #1899 from philkr/project_source_dir
[cmake] CMAKE_SOURCE/BINARY_DIR to PROJECT_SOURCE/BINARY_DIR
Diffstat (limited to 'tools')
-rw-r--r--tools/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt
index 4e43ba2c..02fbd5ca 100644
--- a/tools/CMakeLists.txt
+++ b/tools/CMakeLists.txt
@@ -16,7 +16,7 @@ foreach(source ${srcs})
caffe_default_properties(${name})
# set back RUNTIME_OUTPUT_DIRECTORY
- caffe_set_runtime_directory(${name} "${CMAKE_BINARY_DIR}/tools")
+ caffe_set_runtime_directory(${name} "${PROJECT_BINARY_DIR}/tools")
caffe_set_solution_folder(${name} tools)
# restore output name without suffix