Skip to content

Commit

Permalink
Merge pull request #4884 from ye-luo/restrict-deps
Browse files Browse the repository at this point in the history
Restrict ppconvert dependency.
  • Loading branch information
ye-luo committed Dec 22, 2023
2 parents e33e945 + 43327b5 commit 53755eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/QMCTools/ppconvert/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ target_sources(
"${CMAKE_CURRENT_SOURCE_DIR}/XMLWriterClass2.cc" "${CMAKE_CURRENT_SOURCE_DIR}/NLPPClass.cc"
"${CMAKE_CURRENT_SOURCE_DIR}/ParserClass.cc")

target_link_libraries(ppconvert common platform_LA)
target_link_libraries(ppconvert common platform_cpu_LA)

add_test_target_in_output_location(ppconvert bin)
install(TARGETS ppconvert RUNTIME DESTINATION bin)

0 comments on commit 53755eb

Please sign in to comment.