Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
prudhomm authored Oct 3, 2023
1 parent fdd7438 commit 8504d8e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#
#
feelpp_add_application(laplacian SRCS laplacian.cpp TESTS INSTALL )

if ( FEELPP_TOOLBOXES_FOUND )
feelpp_add_application(toolbox SRCS toolbox.cpp LINK_LIBRARIES Feelpp::feelpp_toolbox_electric_lib TESTS)
feelpp_add_testcase(cases)
endif()
#feelpp_add_application(laplacian SRCS laplacian.cpp TESTS INSTALL )
#
#if ( FEELPP_TOOLBOXES_FOUND )
# feelpp_add_application(toolbox SRCS toolbox.cpp LINK_LIBRARIES Feelpp::feelpp_toolbox_electric_lib TESTS)
# feelpp_add_testcase(cases)
#endif()

0 comments on commit 8504d8e

Please sign in to comment.