SomePerson1111
Results
1
issues of
SomePerson1111
FetchContent download package into CMAKE_BINARY_DIR. Therefore, dependencies, for example TCLAP, downloaded in wrong dir. To correct it, (for cmake/Dependencies/TCLAP/TCLAP.cmake) this command ``` FetchContent_Declare( tclap-external GIT_REPOSITORY https://github.com/mirror/tclap.git GIT_TAG v1.2.5 # 58c5c8ef24111072fc21fb723f8ab45d23395809...