X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tests%2FCMakeLists.txt;h=7a3c48be6b071d27f4d0e5eff67ebf4fe6d13ceb;hb=479d85a44365c8aa01976ffb9c7d67d3e9e52b63;hp=dc9705529a18cfae6cb39b16c66fde732cffbdea;hpb=9bcf7cb1dcbde2226e3908f4013eaccdad102db7;p=FrontAlgorithms.git diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index dc97055..7a3c48b 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -1,10 +1,10 @@ -option(BUILD_TESTS "Build command line tests." OFF) -if(BUILD_TESTS) +option(fpa_BUILD_TESTS "Build command line tests." OFF) +if(fpa_BUILD_TESTS) include_directories( ${PROJECT_SOURCE_DIR}/lib ${PROJECT_BINARY_DIR}/lib ) subdirs(image) -endif(BUILD_TESTS) +endif(fpa_BUILD_TESTS) ## eof - $RCSfile$