cmake/Tests/RunCMake/CMP0139/CMP0139-WARN.cmake

5 lines
77 B
CMake
Raw Normal View History

2022-08-04 22:12:04 +02:00
if("/path1" PATH_EQUAL "/path2")
message("PATH_EQUAL recognized")
endif()