mirror of
https://github.com/cosmo-sims/MUSIC.git
synced 2024-09-11 07:53:43 +02:00
fixed a signature problem with cmake
This commit is contained in:
parent
1d4d4787c1
commit
d0f936d480
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ if(HDF5_FOUND)
|
|||
endif(HDF5_FOUND)
|
||||
|
||||
if(TIRPC_FOUND)
|
||||
target_link_libraries(${PRGNAME} ${TIRPC_LIBRARIES})
|
||||
target_link_libraries(${PRGNAME} PRIVATE ${TIRPC_LIBRARIES})
|
||||
target_include_directories(${PRGNAME} PRIVATE ${TIRPC_INCLUDE_DIRS})
|
||||
target_compile_options(${PRGNAME} PRIVATE "-DHAVE_TIRPC")
|
||||
endif(TIRPC_FOUND)
|
||||
|
|
Loading…
Reference in a new issue