Skip to content

Commit

Permalink
Merge pull request #165 from SylvainCorlay/fixup-cmake
Browse files Browse the repository at this point in the history
Explicitly depend on cxxopts
  • Loading branch information
SylvainCorlay committed Jun 15, 2018
2 parents f5d06b2 + 7dc96c9 commit b611765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ set (XCPP_HEADERS
)

set(LLVM_NO_DEAD_STRIP 1)
set(LIBS clingInterpreter clingMetaProcessor clingUtils xeus pugixml)
set(LIBS clingInterpreter clingMetaProcessor clingUtils xeus pugixml cxxopts::cxxopts)
set(XEUSCLING_TARGET xeus-cling)
add_executable(${XEUSCLING_TARGET} ${XEUSCLING_SRC})
set_target_properties(${XEUSCLING_TARGET} PROPERTIES ENABLE_EXPORTS 1)
Expand Down

0 comments on commit b611765

Please sign in to comment.