Forgotten math lib linking
All checks were successful
JCS-Prod/RSE-Model/pipeline/head This commit looks good
All checks were successful
JCS-Prod/RSE-Model/pipeline/head This commit looks good
This commit is contained in:
parent
8a9a6a4e25
commit
5728046d65
@ -45,7 +45,11 @@ if(MSVC)
|
||||
#set_target_properties(rse-model PROPERTIES PREFIX "lib")
|
||||
set_target_properties(rse-model PROPERTIES IMPORT_PREFIX "lib")
|
||||
endif()
|
||||
target_link_libraries(rse-model)
|
||||
if(MSVC)
|
||||
target_link_libraries(rse-model)
|
||||
else()
|
||||
target_link_libraries(rse-model m)
|
||||
endif()
|
||||
|
||||
# add GPG signature command
|
||||
#add_custom_command(
|
||||
|
Loading…
x
Reference in New Issue
Block a user