Skip to content

Commit

Permalink
GTest: Fix misspelled arg name NO_INSTALL_HEADERS (TriBITSPub/TriBITS…
Browse files Browse the repository at this point in the history
…#200)

Now that many TriBITS functions check for unparsed arguments, mistakes like
this are caught.
  • Loading branch information
bartlettroscoe committed Sep 6, 2017
1 parent 8d08d09 commit 5245e6c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions commonTools/gtest/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


#
# A) Define the package
#
Expand Down Expand Up @@ -31,15 +29,13 @@ APPEND_SET(SOURCES

TRIBITS_ADD_LIBRARY(
gtest
NO_INSTALL_HEADERS ${HEADERS}
NOINSTALLHEADERS ${HEADERS}
SOURCES ${SOURCES}
)

#install gtest header into the correct subdir.
INSTALL(FILES ${HEADERS} DESTINATION ${CMAKE_INSTALL_PREFIX}/${Trilinos_INSTALL_INCLUDE_DIR}/gtest/)



#
# D) Do standard postprocessing
#
Expand Down

0 comments on commit 5245e6c

Please sign in to comment.