Skip to content

Commit 8aaba15

Browse files
devajithvslinev
authored andcommitted
[cmake] Use consistent uppercase in if(NOT WIN32)
Build on lxplus was failing after this commit: dd2ec8b
1 parent fbd1942 commit 8aaba15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ if(NOT $ENV{ROOTSYS} STREQUAL "" AND NOT $ENV{ROOTSYS} STREQUAL "${CMAKE_BINARY_
7171
endif()
7272
endfunction()
7373
strip_path("PATH" "$ENV{ROOTSYS}/bin")
74-
if(not WIN32)
74+
if(NOT WIN32)
7575
strip_path("LD_LIBRARY_PATH" "$ENV{ROOTSYS}/lib")
7676
endif()
7777
if(APPLE)

0 commit comments

Comments
 (0)