Skip to content

Commit

Permalink
cmake: Fix init configure on FreeBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Oct 5, 2021
1 parent 3bbe33d commit c68ae78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ortools/init/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ set_target_properties(${NAME} PROPERTIES
CXX_STANDARD 17
CXX_STANDARD_REQUIRED ON
CXX_EXTENSIONS OFF
LINKER_LANGUAGE CXX
POSITION_INDEPENDENT_CODE ON
)
target_include_directories(${NAME} PRIVATE
Expand Down

1 comment on commit c68ae78

@Mizux
Copy link
Collaborator Author

@Mizux Mizux commented on c68ae78 Oct 5, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

close #2526

Please sign in to comment.