Skip to content

Commit

Permalink
fix related to #621 and #619
Browse files Browse the repository at this point in the history
  • Loading branch information
filiatra committed Jun 30, 2023
1 parent 3f908ac commit f3e05c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ endif()
## Cmake Inclusions and configuration options
## #################################################################

#Fix for Eigen directory
execute_process(COMMAND ${CMAKE_COMMAND} -E create_symlink ${PROJECT_SOURCE_DIR}/external/gsEigen ${PROJECT_SOURCE_DIR}/external/Eigen)

set(CMAKE_INSTALL_MESSAGE NEVER)

#Use solution folders for Visual Studio
Expand Down

0 comments on commit f3e05c3

Please sign in to comment.