Fix typo in CMakeLists.txt

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
Ian Bell
2015-03-14 23:36:58 -06:00
parent bc22f17b81
commit f0a40f3bcc

View File

@@ -806,7 +806,7 @@ if (COOLPROP_MATLAB_SWIG_MODULE)
install (TARGETS CoolPropMATLAB_wrap DESTINATION ${CMAKE_INSTALL_PREFIX}/MATLAB)
enable_testing()
set(MATLAB_WAIT -wait)
if(UNIX
if(UNIX)
set(MATLAB_WAIT)
endif()
add_test(NAME MATLABtest