Skip to content
Snippets Groups Projects
Commit 6d929846 authored by Administrator's avatar Administrator
Browse files

Fix install target

Disable the installtion of gtest. It is currently not working and is also
not needed.
parent 73e2170f
No related branches found
No related tags found
1 merge request!221Fix install target
......@@ -51,7 +51,8 @@ find_package_handle_standard_args(GTEST
REQUIRED_VARS GTEST_INCLUDE_DIR GTEST_LIBRARY GTEST_MAIN_LIBRARY GTEST_BOTH_LIBRARIES
)
install(DIRECTORY ${Gtest_ROOTDIR}/ DESTINATION ".")
#Installation is not needed and currently fails to a strange PATH
#install(DIRECTORY ${Gtest_ROOTDIR}/ DESTINATION ".")
#if(GTEST_FOUND)
# set(GTEST_INCLUDE_DIRS ${Gtest_INCLUDE_DIR})
......
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