summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-12-27 14:32:07 -0800
committerJosh Blum <josh@joshknows.com>2010-12-27 14:32:07 -0800
commit7d3842dbd01175dc04cbd77e852b30af3ab5ac35 (patch)
treea660a4682b40d66770f68bbb8ec98afa28f4f2d4
parent8dffb7d5a6f3ff0390ca01dcd15200689b874b30 (diff)
downloaduhd-7d3842dbd01175dc04cbd77e852b30af3ab5ac35.tar.gz
uhd-7d3842dbd01175dc04cbd77e852b30af3ab5ac35.tar.bz2
uhd-7d3842dbd01175dc04cbd77e852b30af3ab5ac35.zip
cmake: disable the in-tree build prevention
-rw-r--r--host/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/host/CMakeLists.txt b/host/CMakeLists.txt
index 60c53ba9a..f59cda23f 100644
--- a/host/CMakeLists.txt
+++ b/host/CMakeLists.txt
@@ -16,9 +16,9 @@
#
########################################################################
-IF(${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR})
- MESSAGE(FATAL_ERROR "Prevented in-tree built. This is bad practice.")
-ENDIF(${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR})
+#IF(${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR})
+# MESSAGE(FATAL_ERROR "Prevented in-tree built. This is bad practice.")
+#ENDIF(${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR})
########################################################################
# Project setup