Skip to content

Commit

Permalink
Tests Specx Files
Browse files Browse the repository at this point in the history
  • Loading branch information
lemoinep committed Sep 14, 2023
1 parent 3ca1a9c commit 2e39d1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Specx/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
if(TRUE)
set(FETCHCONTENT_SOURCE_DIR_SPECX ${CMAKE_CURRENT_SOURCE_DIR}/SPECX)

MESSAGE(${CMAKE_CURRENT_SOURCE_DIR}/SPECX)
MESSAGE("LINK" ${CMAKE_CURRENT_SOURCE_DIR}/SPECX)


set(SPECX_JUST_LIB ON)
Expand Down Expand Up @@ -44,8 +44,8 @@
# RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
# INCLUDES DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
# )
target_link_libraries( feelpp_contrib INTERFACE feelpp_specx )
set(FEELPP_ENABLED_OPTIONS_CONTRIB "${FEELPP_ENABLED_OPTIONS_CONTRIB} specx")
#target_link_libraries( feelpp_contrib INTERFACE feelpp_specx )
#set(FEELPP_ENABLED_OPTIONS_CONTRIB "${FEELPP_ENABLED_OPTIONS_CONTRIB} specx")
endif()


Expand Down

0 comments on commit 2e39d1d

Please sign in to comment.