Skip to content

Commit

Permalink
REMOVE ME: Comment out -DCMAKE_INSTALL_LIBDIR:STRING=lib showing brok…
Browse files Browse the repository at this point in the history
…en CMake find_package()
  • Loading branch information
bartlettroscoe committed Aug 4, 2023
1 parent 954eed2 commit 5e68fe5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ function(TribitsExampleProject2_find_package sharedOrStatic package1TribitsOrR
-DTribitsExProj2_ENABLE_ALL_PACKAGES=ON
-DTribitsExProj2_ENABLE_TESTS=ON
-DTribitsExProj2_USE_GNUINSTALLDIRS=ON
-DCMAKE_INSTALL_LIBDIR:STRING=lib
#-DCMAKE_INSTALL_LIBDIR:STRING=lib
-DCMAKE_INSTALL_PREFIX=${testDir}/install
-D CMAKE_PREFIX_PATH="${tplInstallBaseDir}/install_tpl1<semicolon>${tplInstallBaseDir}/install_tpl2<semicolon>${tplInstallBaseDir}/install_tpl3<semicolon>${tplInstallBaseDir}/install_tpl4"
../TribitsExampleProject2
Expand Down

0 comments on commit 5e68fe5

Please sign in to comment.