Skip to content

Unnecessary include_directories(${CMAKE_CURRENT_SOURCE_DIR}/include) in Samples CMake files#553

Open
Th3V1kt0r wants to merge 1 commit intoOGRECave:masterfrom
Th3V1kt0r:master
Open

Unnecessary include_directories(${CMAKE_CURRENT_SOURCE_DIR}/include) in Samples CMake files#553
Th3V1kt0r wants to merge 1 commit intoOGRECave:masterfrom
Th3V1kt0r:master

Conversation

@Th3V1kt0r
Copy link
Copy Markdown
Contributor

Many sample projects add ${CMAKE_CURRENT_SOURCE_DIR}/include to the include path, even though no headers are located there or used in the samples. This line is unnecessary and can be removed to simplify the CMake configuration.

…in Samples CMake files

Many sample projects add ${CMAKE_CURRENT_SOURCE_DIR}/include to the include path, even though no headers are located there or used in the samples. This line is unnecessary and can be removed to simplify the CMake configuration.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant