Skip to content

Commit a459976

Browse files
author
Timmy
committed
Merge pull request #147 from TimmyLiu/develop
fix an installation issue
2 parents ccb8bec + 8299035 commit a459976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ if( GTEST_FOUND )
385385
ARCHIVE DESTINATION lib${SUFFIX_LIB}/import
386386
)
387387

388-
#get_target_property( testLocation test-correctness LOCATION )
388+
get_target_property( testLocation test-correctness LOCATION )
389389

390390
configure_file(
391391
"${CMAKE_CURRENT_SOURCE_DIR}/copyTestDependencies.cmake.in"

0 commit comments

Comments
 (0)