From d148f3d51fcf7f53903e122b531daadffb31cb07 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Fri, 6 Oct 2023 16:39:40 -0400 Subject: [PATCH] tidy: remove dup decl --- utest/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utest/CMakeLists.txt b/utest/CMakeLists.txt index 291f6d1..8d142b9 100644 --- a/utest/CMakeLists.txt +++ b/utest/CMakeLists.txt @@ -20,7 +20,7 @@ target_code_coverage(${SELF_EXECUTABLE_NAME} AUTO ALL) # since version file will be in build directory, need that directory # to also be included in compiler's include path # -xo_include_options2(${SELF_EXECUTABLE_NAME}) +#xo_include_options2(${SELF_EXECUTABLE_NAME}) #target_include_directories(${SELF_EXECUTABLE_NAME} PUBLIC # ${PROJECT_SOURCE_DIR} # ${PROJECT_BINARY_DIR})