Skip to content

Commit 8e3de8d

Browse files
committed
makefile troubles in armadillo library are failing on gh actions
1 parent 05f816c commit 8e3de8d

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

src/armadillo-code/CMakeLists.txt

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -613,19 +613,6 @@ install(TARGETS armadillo EXPORT ArmadilloLibraryDepends
613613
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
614614
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
615615

616-
## smoke test
617-
618-
if(BUILD_SMOKE_TEST)
619-
if(HEADER_ONLY)
620-
## TODO: update to link smoke_test with ARMA_LIBS when HEADER_ONLY option is enabled
621-
message(STATUS "*** building smoke_test not suported when HEADER_ONLY enabled")
622-
else()
623-
message(STATUS "*** configuring smoke_test")
624-
enable_testing()
625-
add_subdirectory(tests1)
626-
endif()
627-
endif()
628-
629616
## pkgconfig related
630617
## TODO: this currently doesn't handle the required SuperLU include dir
631618
## TODO: update armadillo.pc.in to link with ARMA_LIBS when HEADER_ONLY option is enabled

0 commit comments

Comments
 (0)