We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05f816c commit 8e3de8dCopy full SHA for 8e3de8d
1 file changed
src/armadillo-code/CMakeLists.txt
@@ -613,19 +613,6 @@ install(TARGETS armadillo EXPORT ArmadilloLibraryDepends
613
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
614
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
615
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
629
## pkgconfig related
630
## TODO: this currently doesn't handle the required SuperLU include dir
631
## TODO: update armadillo.pc.in to link with ARMA_LIBS when HEADER_ONLY option is enabled
0 commit comments