Skip to content

Commit

Permalink
tao does not generate *S.inl.h files (anymore ?)
Browse files Browse the repository at this point in the history
  • Loading branch information
doudou committed Oct 27, 2017
1 parent c2e08cf commit 5583571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/FindTAO.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ MACRO(ORO_ADD_CORBA_SERVERS _sources _headers)
GET_FILENAME_COMPONENT(_filedir ${_tmp_FILE} PATH)

SET(_server ${CMAKE_CURRENT_BINARY_DIR}/${_basename}S.cpp)
SET(_serverh ${CMAKE_CURRENT_BINARY_DIR}/${_basename}S.h ${CMAKE_CURRENT_BINARY_DIR}/${_basename}S.inl)
SET(_serverh ${CMAKE_CURRENT_BINARY_DIR}/${_basename}S.h)

set(DEFINE_TAO "-DCORBA_IS_TAO")
# From TAO 1.5 onwards, the _T files are no longer generated
Expand Down

0 comments on commit 5583571

Please sign in to comment.