Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Dec 8, 2023
1 parent fbb90b1 commit d2c6d9a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ install(FILES ${CMAKE_BINARY_DIR}/libaura.pc DESTINATION ${CMAKE_INSTALL_DATAROO

#libaura_test
if(BUILD_TESTING)
{
#libaura_test Setup
enable_testing()
add_executable(${PROJECT_NAME}_test
Expand All @@ -90,4 +89,4 @@ if(BUILD_TESTING)
#libaura_test Tests
include(GoogleTest)
gtest_discover_tests(${PROJECT_NAME}_test)
}
endif()

0 comments on commit d2c6d9a

Please sign in to comment.