Skip to content

Commit

Permalink
Merge pull request #683 from nmellado/fix#682
Browse files Browse the repository at this point in the history
[cmake] Fix 682
  • Loading branch information
nmellado authored Feb 9, 2021
2 parents 358ff3a + a054399 commit 537caae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion external/Core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ if (NOT DEFINED Eigen3_DIR)
)
else ()
StatusMessage("" "eigen3" ${Eigen3_DIR})
add_custom_target(Eigen3)
endif ()


Expand Down Expand Up @@ -71,7 +72,6 @@ if (NOT DEFINED cpplocate_DIR OR NOT cpplocate_DIR)
-DOPTION_BUILD_TESTS=OFF
-DOPTION_BUILD_DOCS=OFF
-DCMAKE_MESSAGE_INDENT=${indent_string}\;

)
else()
StatusMessage("" "cpplocate" ${cpplocate_DIR})
Expand Down
2 changes: 1 addition & 1 deletion external/Engine/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ if (NOT DEFINED globjects_DIR)
GIT_PROGRESS TRUE
PATCH_COMMAND git reset --hard && git apply -v --ignore-whitespace "${CMAKE_CURRENT_LIST_DIR}/patches/globjects.patch"
INSTALL_DIR "${CMAKE_INSTALL_PREFIX}"
DEPENDS glbinding glm
DEPENDS glbinding glm Eigen3
CMAKE_ARGS
${RADIUM_EXTERNAL_CMAKE_OPTIONS}
-DOPTION_BUILD_DOCS=OFF
Expand Down

0 comments on commit 537caae

Please sign in to comment.