removed dead code
This commit is contained in:
parent
738c875bc6
commit
46da670968
|
@ -37,19 +37,6 @@ set(CMAKE_CXX_FLAGS "-Wall -Werror -Wpedantic")
|
||||||
# TESTING STUFF
|
# TESTING STUFF
|
||||||
# #######################################
|
# #######################################
|
||||||
|
|
||||||
# find_library()
|
|
||||||
set(CPPUTEST_INC_DIR "./cpputest/include")
|
|
||||||
set(CPPUTEST_LIB "./cpputest/build/src/CppUTest/libCppUTest.a")
|
|
||||||
|
|
||||||
# include_directories(
|
|
||||||
# ${CPPUTEST_DIR}
|
|
||||||
# ${CPPUTEST_DIR}/CppUTest
|
|
||||||
# ${CPPUTEST_DIR}/CppUTestExt
|
|
||||||
# )
|
|
||||||
#
|
|
||||||
# add_library(CppUTest OBJECT
|
|
||||||
# ${CPPUTEST_LIB}
|
|
||||||
# )
|
|
||||||
|
|
||||||
if (UNIT_TESTING)
|
if (UNIT_TESTING)
|
||||||
|
|
||||||
|
@ -70,7 +57,7 @@ if (UNIT_TESTING)
|
||||||
)
|
)
|
||||||
link_directories(${CPPUTEST_LIBRARIES})
|
link_directories(${CPPUTEST_LIBRARIES})
|
||||||
|
|
||||||
message(STATUS "CPPUTEST_DIR: ${CPPUTEST_DIR}")
|
# message(STATUS "CPPUTEST_DIR: ${CPPUTEST_DIR}")
|
||||||
add_subdirectory(tests)
|
add_subdirectory(tests)
|
||||||
|
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Reference in New Issue