You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear authors,
Thank you very much for your powerful tool. I am trying to add this to HOHQMesh\Contrib to build solution by Cmake. But error happened at CMakeLists.txt in FTObjectLibrary, line 26: ADD_SUBDIRECTORY(${CMAKE_SOURCE_DIR}/Source)
It is OK when we change it to the following: ADD_SUBDIRECTORY(${CMAKE_CURRENT_SOURCE_DIR}/Source)
Thanks,
Tang Laoya
The text was updated successfully, but these errors were encountered:
Dear authors,
Thank you very much for your powerful tool. I am trying to add this to HOHQMesh\Contrib to build solution by Cmake. But error happened at CMakeLists.txt in FTObjectLibrary, line 26:
ADD_SUBDIRECTORY(${CMAKE_SOURCE_DIR}/Source)
It is OK when we change it to the following:
ADD_SUBDIRECTORY(${CMAKE_CURRENT_SOURCE_DIR}/Source)
Thanks,
Tang Laoya
The text was updated successfully, but these errors were encountered: