Skip to content
Snippets Groups Projects
Commit a4c7c992 authored by Andy Cedilnik's avatar Andy Cedilnik
Browse files

ENH: Fix example

parent f4ae01eb
No related branches found
No related tags found
No related merge requests found
......@@ -37,8 +37,8 @@
#
# Example:
#
# SET(KWSYS_HEADER_ROOT ${CMAKE_CURRENT_BINARY_DIR})
# INCLUDE_DIRECTORIES(${CMAKE_CURRENT_BINARY_DIR})
# SET(KWSYS_HEADER_ROOT ${PROJECT_BINARY_DIR})
# INCLUDE_DIRECTORIES(${PROJECT_BINARY_DIR})
#
# KWSYS_LIBRARY_INSTALL_DIR = The installation target directories into
# KWSYS_HEADER_INSTALL_DIR which the libraries and headers from
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment