Kishore, Jonnalagadda (IE10)
2007-03-15 13:05:12 UTC
Can someone explain to me the use of CMAKE_INCLUDE_CURRENT_DIR?
In the root CMakeLists.txt file of my project I tried setting the
variable to ON (tried 1 as well) with:
SET(CMAKE_INCLUDE_CURRENT_DIR ON)
This seemed to make no difference. My expectation reading
http://www.cmake.org/Wiki/CMake_Useful_Variables was that all the sub
directories included with the command ADD_SUBDIRECTORY() get included as
part of include directories for include files located elsewhere.
Warm regards,
Kishore
Ps. I am making progress with cross-compiling by forcing the TEST
variables as successful. I will write with more details when I am done.
In the root CMakeLists.txt file of my project I tried setting the
variable to ON (tried 1 as well) with:
SET(CMAKE_INCLUDE_CURRENT_DIR ON)
This seemed to make no difference. My expectation reading
http://www.cmake.org/Wiki/CMake_Useful_Variables was that all the sub
directories included with the command ADD_SUBDIRECTORY() get included as
part of include directories for include files located elsewhere.
Warm regards,
Kishore
Ps. I am making progress with cross-compiling by forcing the TEST
variables as successful. I will write with more details when I am done.