mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
6 lines
107 B
CMake
6 lines
107 B
CMake
cmake_policy(SET CMP0139 OLD)
|
|
|
|
if("/path1" PATH_EQUAL "/path2")
|
|
message("PATH_EQUAL recognized")
|
|
endif()
|