mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-23 03:00:17 -04:00
Another try with Rscript
This commit is contained in:
@@ -1070,7 +1070,11 @@ if (COOLPROP_R_MODULE)
|
||||
install (TARGETS ${app_name} DESTINATION R/${CMAKE_SYSTEM_NAME}_${BITNESS}bit)
|
||||
|
||||
enable_testing()
|
||||
add_test(R_test "${R_HOME}/Rscript" Example.R)
|
||||
if (WIN32)
|
||||
add_test(R_test "${R_HOME}/Rscript" Example.R)
|
||||
else()
|
||||
add_test(R_test Rscript Example.R)
|
||||
endif()
|
||||
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user