File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -297,7 +297,7 @@ if(SWIG_FOUND)
297297 message ("Bindings for Tcl will be generated" )
298298 set (CMAKE_SWIG_FLAGS -module infoLoggerForTcl)
299299 swig_add_library(infoLoggerForTcl LANGUAGE tcl SOURCES src/infoLogger.i ${INFOLOGGER_LIB_OBJECTS} )
300- target_include_directories (${SWIG_MODULE_infoLoggerForTcl_REAL_NAME} PRIVATE ${INFOLOGGER_INCLUDE_DIRS} )
300+ target_include_directories (${SWIG_MODULE_infoLoggerForTcl_REAL_NAME} PRIVATE ${INFOLOGGER_INCLUDE_DIRS} ${TCL_INCLUDE_PATH} )
301301 target_link_libraries (${SWIG_MODULE_infoLoggerForTcl_REAL_NAME} ${TCL_LIBRARY} )
302302 set_target_properties (${SWIG_MODULE_infoLoggerForTcl_REAL_NAME} PROPERTIES OUTPUT_NAME infoLoggerForTcl)
303303 install (TARGETS ${SWIG_MODULE_infoLoggerForTcl_REAL_NAME} DESTINATION ${CMAKE_INSTALL_LIBDIR} )
You can’t perform that action at this time.
0 commit comments