]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - CMakeLists.txt
Use STREQUAL for strings
[u/mrichter/AliRoot.git] / CMakeLists.txt
index 023ba82564661c3d15ec96f4919fb3e99def6a45..253f0ed6ec769b8352ff1d54365b0bb2b4be36b8 100644 (file)
@@ -56,9 +56,9 @@ include(CheckGitVersion)
 include(CheckCompiler)
 
 # Shared library suffix
-if (NOT CMAKE_SYSTEM_NAME EQUAL Windows)
+if (NOT CMAKE_SYSTEM_NAME STREQUAL Windows)
   set(CMAKE_SHARED_LIBRARY_SUFFIX .so)
-endif (NOT CMAKE_SYSTEM_NAME EQUAL Windows)
+endif (NOT CMAKE_SYSTEM_NAME STREQUAL Windows)
 
 # ROOT dictionaries and maps
 include(CMakeALICE)