mirror of
https://github.com/reactos/CMake.git
synced 2024-12-15 07:41:15 +00:00
188baef00c
After finding it in `foo.Framework/Headers/dir/header.h`, we should report the `foo.Framework/Headers` directory, not `foo.Framework/Headers/dir`, because the former is what actually contains the path the caller wishes to include.
10 lines
127 B
CMake
10 lines
127 B
CMake
include(RunCMake)
|
|
|
|
if(WIN32 OR CYGWIN)
|
|
run_cmake(PrefixInPATH)
|
|
endif()
|
|
|
|
if(APPLE)
|
|
run_cmake(FrameworksWithSubdirs)
|
|
endif()
|