diff options
author | Josh Blum <josh@joshknows.com> | 2010-12-27 14:32:07 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-12-27 14:32:07 -0800 |
commit | 7d3842dbd01175dc04cbd77e852b30af3ab5ac35 (patch) | |
tree | a660a4682b40d66770f68bbb8ec98afa28f4f2d4 /host/CMakeLists.txt | |
parent | 8dffb7d5a6f3ff0390ca01dcd15200689b874b30 (diff) | |
download | uhd-7d3842dbd01175dc04cbd77e852b30af3ab5ac35.tar.gz uhd-7d3842dbd01175dc04cbd77e852b30af3ab5ac35.tar.bz2 uhd-7d3842dbd01175dc04cbd77e852b30af3ab5ac35.zip |
cmake: disable the in-tree build prevention
Diffstat (limited to 'host/CMakeLists.txt')
-rw-r--r-- | host/CMakeLists.txt | 6 |
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 |