]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - cmake/CMakeALICE.cmake
Adding quotes to avoid warnings on Windows
[u/mrichter/AliRoot.git] / cmake / CMakeALICE.cmake
index 3e44a149b25513ad78dc96a8242ad8179dc3897d..5eb869c3483be18e8c774a984fd2974cd3cf2942 100644 (file)
@@ -41,7 +41,7 @@ macro(generate_dictionary DNAME LDNAME DHDRS DINCDIRS)
     
     # Get the definitions from the directory to be sent to CINT
     get_directory_property(tmpdirdefs DEFINITIONS)
-    string(REPLACE " " ";" tmpdirdefs ${tmpdirdefs})
+    string(REPLACE " " ";" tmpdirdefs "${tmpdirdefs}")
 
     add_custom_command(OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/G__${DNAME}.cxx ${CMAKE_CURRENT_BINARY_DIR}/G__${DNAME}.h
                        COMMAND LD_LIBRARY_PATH=${ROOT_LIBDIR}:$ENV{LD_LIBRARY_PATH} ${ROOT_CINT}